fi
}
-# Make sure cfgaux exists
-mkdir -p cfgaux
-
# Adjust paths of required autool packages
amver=`find_version automake ${amversions}`
acver=`find_version autoconf ${acversions}`
if [ -n "$dir" ] && [ -f bootstrap.sh ]; then
./bootstrap.sh
else
+ # Make sure cfgaux exists
+ mkdir -p cfgaux
+
# Bootstrap the autotool subsystems
bootstrap aclocal$amver
- #workaround for Automake 1.5
- if grep m4_regex aclocal.m4 >/dev/null; then
- perl -i.bak -p -e 's/m4_patsubst/m4_bpatsubst/g; s/m4_regexp/m4_bregexp/g;' aclocal.m4
- fi
bootstrap autoheader$acver
bootstrap libtoolize --force --copy --automake
bootstrap automake$amver --foreign --add-missing
fi
}
-# Make sure cfgaux exists
-mkdir -p cfgaux
-
# Adjust paths of required autool packages
amver=`find_version automake ${amversions}`
acver=`find_version autoconf ${acversions}`
perl -i.bak -p -e 's/m4_patsubst/m4_bpatsubst/g; s/m4_regexp/m4_bregexp/g;' aclocal.m4
fi
bootstrap autoheader$acver
-#bootstrap libtoolize --automake
+bootstrap libtoolize --automake --force --copy
bootstrap automake$amver --add-missing
bootstrap autoconf$acver
AC_INIT(libTrie, 0.1, rbtcollins@squid-cache.org)
AC_CONFIG_SRCDIR([src/Trie.cc])
AM_CONFIG_HEADER([config.h])
+AC_CONFIG_AUX_DIR(cfgaux)
SquidInline="yes"
AC_ARG_ENABLE(inline,
/*
- * $Id: tunnel.cc,v 1.147 2004/12/20 20:15:27 hno Exp $
+ * $Id: tunnel.cc,v 1.148 2004/12/21 14:55:21 robertc Exp $
*
* DEBUG: section 26 Secure Sockets Layer Proxy
* AUTHOR: Duane Wessels