This commit is contained in:
chris
2002-11-04 12:29:06 +00:00
parent 09e55647de
commit 83c173350b
21 changed files with 732 additions and 34 deletions

13
bootstrap Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
#
# bootstrap:
# Build the configure script from the .in files.
#
# $Id$
#
set -x
aclocal -I config
# libtoolize --force --copy
autoheader
automake --foreign --add-missing --copy
autoconf