diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index e3844a7..0000000 --- a/autogen.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash -e - -autoreconf -fi - -if [ "$1" == "-d" ]; then - shift; - echo "Running ./configure" - echo - ./configure "$@" -elif [ -n "$1" ]; then - echo - echo "./configure $@" - ./configure "$@" -else - echo - echo "autogen.sh completed successfully." - echo "Now run ./configure with the appropriate flags and then make." -fi - |