diff options
author | rcyeske <rcyeske> | 2001-02-12 03:04:44 +0000 |
---|---|---|
committer | rcyeske <rcyeske> | 2001-02-12 03:04:44 +0000 |
commit | 8ac85c9dc7fc78bd60c306c3d807886136b72a10 (patch) | |
tree | 9d0176cf6da679dc440deb18d483919ece27d1a3 | |
parent | aee60258e655cadda389733fd21b7e8c0d78994b (diff) | |
download | ratpoison-8ac85c9dc7fc78bd60c306c3d807886136b72a10.zip |
added to repository
-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 |