comparison bootstrap @ 100:6d9fdec2f708

added config.h, added --enable-debug flag, various other changes to the build system
author fingolfin
date Wed, 03 Oct 2001 12:25:34 +0000
parents 4d858e0f9213
children ace10a8e632b
comparison
equal deleted inserted replaced
99:3f0beddfd9c9 100:6d9fdec2f708
1 #! /bin/sh 1 #! /bin/sh
2 2
3 aclocal 3 aclocal
4 libtoolize --automake --copy --force 4 libtoolize --automake --copy --force
5 5 autoheader
6 # rcg09252001 (I ain't got a --force option...?)
7 #automake --foreign --add-missing --copy --force
8
9 automake --foreign --add-missing --copy 6 automake --foreign --add-missing --copy
10 autoconf 7 autoconf
11 8
12 echo "You are now ready to run ./configure ..." 9 echo "You are now ready to run ./configure ..."
13 10