Changeset 1811 for trunk/varnish-cache/autogen.sh
- Timestamp:
- 08/08/07 12:01:50 (3 years ago)
- Files:
-
- 1 modified
-
trunk/varnish-cache/autogen.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/varnish-cache/autogen.sh
r1720 r1811 10 10 case `uname -s` in 11 11 Darwin) 12 LIBTOOLIZE=glibtoolize13 ;;12 LIBTOOLIZE=glibtoolize 13 ;; 14 14 FreeBSD) 15 LIBTOOLIZE=libtoolize 16 if [ -d /usr/local/gnu-autotools/bin ] ; then 17 PATH=/usr/local/gnu-autotools/bin:${PATH} 18 export PATH 19 FIX_BROKEN_FREEBSD_PORTS="-I /usr/local/share/aclocal" 20 fi 21 ;; 15 LIBTOOLIZE=libtoolize 16 ;; 22 17 Linux) 23 LIBTOOLIZE=libtoolize 24 ;; 18 LIBTOOLIZE=libtoolize 19 ;; 20 *) 21 warn "unrecognized platform:" `uname -s` 22 LIBTOOLIZE=libtoolize 25 23 esac 26 24 … … 40 38 set -ex 41 39 42 aclocal ${FIX_BROKEN_FREEBSD_PORTS}40 aclocal 43 41 $LIBTOOLIZE --copy --force 44 42 autoheader
