diff options
author | Keith Packard <keithp@keithp.com> | 2003-10-09 01:48:22 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-10-09 01:48:22 +0000 |
commit | 0c9e4c7af3d366b99c98ba199bae92cf5873b388 (patch) | |
tree | 1eb8d60b07e761386c0df911e33f4673f4dc7f4f /autogen.sh | |
parent | a7b519bf17ea3a421029a9eceed5392786fb5cc9 (diff) |
Autofooxfixes_2_branchpoint
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..b1376df --- /dev/null +++ b/autogen.sh @@ -0,0 +1,3 @@ +#! /bin/sh +autoreconf -v --install || exit 1 +./configure --enable-maintainer-mode "$@" |