doc/reference.xml: Added CR_PACK_FLAGS()
[comedilib.git] / autogen.sh
index 50a3ac48e3fe0c97a29bc2823b57263570f86e00..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 && \
-./configure --enable-maintainer-mode
+#!/bin/bash
+autoreconf -i -B m4