Add -lncurses to LDD flags
[lcr.git] / autogen.sh
old mode 100644 (file)
new mode 100755 (executable)
index f087399..01db361
@@ -1,15 +1,3 @@
 #!/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
+autoreconf --install --force