I've updated the manual in the section configuration and
[comedilib.git] / autogen.sh
index 373cd69416f6e82512179b0e7ea18e313b2ca6ba..53900970f2c7442bb7d35382e0a96b3c94953c8c 100755 (executable)
@@ -1,19 +1,3 @@
-#!/bin/sh
-
-if [ ! -f NEWS ] ; then
-       touch NEWS
-fi
-if [ ! -f AUTHORS ] ; then
-       touch AUTHORS
-fi
-if [ ! -f ChangeLog ] ; then
-       touch ChangeLog
-fi
-
-aclocal -I m4 && \
-libtoolize --copy --force && \
-autoheader && \
-autoconf && \
-automake -a -c 
-
+#!/bin/bash
+autoreconf -i -B m4