3 # Correct working directory?
4 if test ! -f configure.ac ; then
5 echo "*** Please invoke this script from directory containing configure.ac."
10 aclocal -I mk/autoconf
12 # generate Jamconfig.in
13 autoconf --trace=AC_SUBST \
14 | sed -e 's/configure.ac:[0-9]*:AC_SUBST:\([^:]*\).*/\1 ?= "@\1@" ;/g' \
16 sed -e 's/.*BACKSLASH.*//' -i Jamconfig.in
17 echo 'INSTALL ?= "@INSTALL@" ;' >> Jamconfig.in
18 echo 'JAMCONFIG_READ = yes ;' >> Jamconfig.in