diff --git a/autogen.sh b/autogen.sh deleted file mode 100755 index d963a301dfa2df0e13967bd6f93e550183d5fd35..0000000000000000000000000000000000000000 --- a/autogen.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -#AM_VERSION=1.6 -if test -n "$AM_VERSION" ; then - ACLOCAL=aclocal-${AM_VERSION} - AUTOMAKE=automake-${AM_VERSION} -else - ACLOCAL=aclocal - AUTOMAKE=automake -fi - -echo "Generating build scripts in sflphone..." - -$ACLOCAL -I m4 -autoheader -$AUTOMAKE --force-missing --add-missing --copy -libtoolize --copy --force -autoconf -rm -rf config.cache -