[EMAIL PROTECTED] wrote:
> 
> manoj       99/10/09 13:28:41
> 
>   Modified:    src      Configure
>   Log:
>   Make Configure run autoheader in the APR directory.
> 
>   Revision  Changes    Path
>   1.9       +1 -1      apache-2.0/src/Configure
> 
>   Index: Configure
>   ===================================================================
>   RCS file: /home/cvs/apache-2.0/src/Configure,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -d -u -r1.8 -r1.9
>   --- Configure 1999/10/01 16:22:48     1.8
>   +++ Configure 1999/10/09 20:28:40     1.9
>   @@ -1727,7 +1727,7 @@
>    if [ -d ./lib/apr ]; then
>        if [ ! -f ./lib/apr/configure ]; then
>            echo " + bootstrapping Apache Portable Runtime (APR)"
>   -        (cd lib/apr && autoconf)
>   +        (cd lib/apr && autoconf && autoheader)

Ah. This really ought to be triggered by the existence of autoconf, or
it doesn't actually help much (after the first time), does it?

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi

Reply via email to