diff options
author | Phil Blundell <pb@reciva.com> | 2004-03-28 12:02:50 +0000 |
---|---|---|
committer | Phil Blundell <pb@reciva.com> | 2004-03-28 12:02:50 +0000 |
commit | 1c62c3bbf6c216ebf455968973b94b48e57ff9de (patch) | |
tree | 218b39a4756e965bf639351268c1c7109d257e9d /autogen.sh | |
parent | 5025a4ed4ca1d47449d7b8164f985d48766be29d (diff) |
New.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 "$@" |