summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xautogen.sh5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2ff131f..3f9c798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-02-11 Ryan Yeske <rcyeske@cut.hotdog.tmp>
+
+ * autogen.sh: added to repository
+
2001-02-04 Ryan Yeske <rcyeske@cut.hotdog.tmp>
* doc/ratpoison.texi: added keystroke for `Show current time.'
diff --git a/autogen.sh b/autogen.sh
new file mode 100755
index 0000000..23a09cc
--- /dev/null
+++ b/autogen.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+aclocal
+automake -a -c
+autoconf