diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | autogen.sh | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2004-03-28 Philip Blundell <philb@gnu.org> + + * autogen.sh: New. + 2004-03-25 Philip Blundell <philb@gnu.org> Autotoolized: diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..d68a142 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#! /bin/sh +autoreconf -v --install || exit 1 +./configure "$@" |