What is kdoc index?

holle at almaden.ibm.com holle at almaden.ibm.com
Mon Oct 4 18:48:53 BST 1999



Just for future reference:

running
sh -x ./configure <options to configure>
does the below discussed job nicely
also changing the *first* line of the configure script from
#!/bin/sh  (or #!/bin/bash)
to
#!/bin/sh -x ( ...bash -x)
has the same effect

- holger

Bernd Gehrmann <bernd at physik.hu-berlin.de> on 02/10/99 04:02:55

Please respond to kdevelop at barney.cs.uni-potsdam.de

To:   kdevelop at barney.cs.uni-potsdam.de
cc:
Subject:  Re: What is kdoc index?



-------------- next part --------------


On Sat, 02 Oct 1999 Rene Märten wrote:
>> That's strange. This part of configure is pure shell, and there
>> were never complaints from people with *BSD, Solaris, HP-UX.
>> What kind of /bin/sh are you using? Can you type in 'set -x'
>> and send a protocol of the configure output?
>>
>> Bernd.
>this command do nothing !

Oops, yes. Putting the 'set -x' at the beginning of the
configure script should be more succesfull :-)

Bernd.



More information about the KDevelop mailing list