Changeset 693

Show
Ignore:
Timestamp:
08/06/06 14:26:12 (4 years ago)
Author:
des
Message:

We no longer have any CONFIG_SUBDIRS.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/autogen.sh

    r617 r693  
    77 
    88if [ -d /usr/local/gnu-autotools/bin ] ; then 
    9         PATH=${PATH}:/usr/local/gnu-autotools/bin 
     9        PATH=/usr/local/gnu-autotools/bin:${PATH} 
    1010        export PATH 
    1111fi 
    1212 
    13 base=$(cd $(dirname $0) && pwd) 
    14 for dir in $base ; do 
    15         ( 
    16         echo $dir 
    17         cd $dir 
    18         aclocal 
    19         libtoolize --copy --force 
    20         autoheader 
    21         automake --add-missing --copy --force --foreign 
    22         autoconf 
    23         ) 
    24 done 
     13aclocal 
     14libtoolize --copy --force 
     15autoheader 
     16automake --add-missing --copy --force --foreign 
     17autoconf