diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 5 |
2 files changed, 9 insertions, 0 deletions
@@ -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 |