diff options
Diffstat (limited to 'iceauth/autogen.sh')
-rwxr-xr-x | iceauth/autogen.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/iceauth/autogen.sh b/iceauth/autogen.sh deleted file mode 100755 index e81f989..0000000 --- a/iceauth/autogen.sh +++ /dev/null @@ -1,13 +0,0 @@ -#! /bin/sh - -srcdir=`dirname $0` -test -z "$srcdir" && srcdir=. - -ORIGDIR=`pwd` -cd $srcdir - -autoreconf -v --install || exit 1 -cd $ORIGDIR || exit $? - -$srcdir/configure --enable-maintainer-mode "$@" - |