This commit is contained in:
Phil Blundell 2004-03-28 12:02:50 +00:00
parent 5025a4ed4c
commit 1c62c3bbf6
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-03-28 Philip Blundell <philb@gnu.org>
* autogen.sh: New.
2004-03-25 Philip Blundell <philb@gnu.org>
Autotoolized:

3
autogen.sh Executable file
View File

@ -0,0 +1,3 @@
#! /bin/sh
autoreconf -v --install || exit 1
./configure "$@"