Skip to content
Snippets Groups Projects
Commit 1cb20b1d authored by jpbl's avatar jpbl
Browse files

removed obsolete autogen.sh

parent 334e8d2f
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment