Stop tracking files from autotools.
[srvx.git] / autogen.sh
index 60cf38cdb43f66007fc2dce03a7a2e3c1fd06262..c323d40d31e53139175d4736e4f90e1e39fae687 100755 (executable)
@@ -1,6 +1,7 @@
 #! /bin/sh
 
-aclocal
+libtoolize --automake -c -f
+aclocal -Wall
 autoheader -Wall
-automake -a --gnu Makefile rx/Makefile src/Makefile
+automake --gnu -a -c
 autoconf -Wall