diff options
Diffstat (limited to 'autogen.sh')
| -rwxr-xr-x | autogen.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index 82cc273..0000000 --- a/autogen.sh +++ /dev/null | |||
| @@ -1,11 +0,0 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | if [ ! -d m4 ]; then mkdir m4; fi | ||
| 3 | aclocal -I m4 || exit 1 | ||
| 4 | libtoolize || exit 1 | ||
| 5 | autoheader || exit 1 | ||
| 6 | automake --add-missing || exit 1 | ||
| 7 | autoconf || exit 1 | ||
| 8 | echo | ||
| 9 | echo Executing ./configure $@ | ||
| 10 | echo | ||
| 11 | ./configure "$@" | ||
