Changeset 1229 for trunk/varnish-cache/autogen.sh
- Timestamp:
- 12/05/06 12:42:39 (4 years ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/autogen.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/autogen.sh
r1227 r1229 7 7 PATH=/usr/local/gnu-autotools/bin:${PATH} 8 8 export PATH 9 FIX_BROKEN_FREEBSD_PORTS="-I /usr/local/share/aclocal" 9 10 fi 10 11 … … 27 28 set -ex 28 29 29 if [ "x`uname -s`" = "xFreeBSD" ] ; then 30 # Ask DES 31 aclocal -I /usr/local/share/aclocal 32 else 33 aclocal 34 fi 30 aclocal ${FIX_BROKEN_FREEBSD_PORTS} 35 31 libtoolize --copy --force 36 32 autoheader
