mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
autogen integration
This commit is contained in:
19
autogen.sh
Executable file
19
autogen.sh
Executable file
@ -0,0 +1,19 @@
|
||||
#!/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
|
||||
|
Reference in New Issue
Block a user