Use autoreconf. Add files
authorDavid Schleef <ds@schleef.org>
Sat, 2 Apr 2005 23:52:27 +0000 (23:52 +0000)
committerDavid Schleef <ds@schleef.org>
Sat, 2 Apr 2005 23:52:27 +0000 (23:52 +0000)
AUTHORS [new file with mode: 0644]
NEWS [new file with mode: 0644]
autogen.sh

diff --git a/AUTHORS b/AUTHORS
new file mode 100644 (file)
index 0000000..139597f
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,2 @@
+
+
diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..139597f
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,2 @@
+
+
index 47bc75174b7bc54d5d3e44a26db344eacca413ad..83aa8119903ee1bad393aeee0e55ab2d1d5d8a5d 100755 (executable)
@@ -1,20 +1,5 @@
 #!/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
-autoheader
-autoconf
-automake --add-missing --copy
-
-rm -f config.cache
 
+autoreconf &&
 ./configure --enable-maintainer-mode $*