summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-02-12 03:04:44 +0000
committerrcyeske <rcyeske>2001-02-12 03:04:44 +0000
commit8ac85c9dc7fc78bd60c306c3d807886136b72a10 (patch)
tree9d0176cf6da679dc440deb18d483919ece27d1a3
parentaee60258e655cadda389733fd21b7e8c0d78994b (diff)
downloadratpoison-8ac85c9dc7fc78bd60c306c3d807886136b72a10.zip
added to repository
-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