CVS stuff
authorshort <>
Wed, 6 Mar 2002 03:56:12 +0000 (03:56 +0000)
committershort <>
Wed, 6 Mar 2002 03:56:12 +0000 (03:56 +0000)
.cvsignore [new file with mode: 0644]
do [new file with mode: 0755]
src/.cvsignore [new file with mode: 0644]

diff --git a/.cvsignore b/.cvsignore
new file mode 100644 (file)
index 0000000..8ad5399
--- /dev/null
@@ -0,0 +1,16 @@
+.cvsignore
+COPYING
+Makefile
+Makefile.in
+aclocal.m4
+config.cache
+config.h
+config.h.in
+config.log
+config.status
+configure
+install-sh
+missing
+mkinstalldirs
+stamp-h
+stamp-h.in
diff --git a/do b/do
new file mode 100755 (executable)
index 0000000..2b6e68f
--- /dev/null
+++ b/do
@@ -0,0 +1,8 @@
+#! /bin/sh
+set -ex
+
+aclocal
+automake --gnu --add-missing
+autoheader
+autoconf
+./configure --enable-maintainer-mode
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644 (file)
index 0000000..78ae5f3
--- /dev/null
@@ -0,0 +1,3 @@
+.cvsignore
+Makefile
+Makefile.in