Skip to content
Snippets Groups Projects
Commit 6cf3f1b2 authored by jpbl's avatar jpbl
Browse files

autogen integration

parent 0b8af97f
Branches
Tags
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.
Please register or to comment