Finished autoconf.
[lcr.git] / autogen.sh
index f087399..99148fe 100644 (file)
@@ -1,15 +1,6 @@
 #!/bin/sh
 
-
-# call autoconf, autoheader and automake
-echo autoheader..
-autoheader || exit $?
-echo aclocal..
-aclocal || exit $?
-echo autoconf..
-autoconf || exit $?
-echo automake..
-automake || exit $?
-
-#./configure
-#make distcheck
+aclocal
+autoheader
+automake --foreign --copy --add-missing
+autoconf