Skip to content
Snippets Groups Projects
Commit ec861396 authored by Julien Bonjean's avatar Julien Bonjean
Browse files

Updated autogen.sh for pjsip

parent 673a6b2e
No related branches found
No related tags found
No related merge requests found
...@@ -7,14 +7,17 @@ ...@@ -7,14 +7,17 @@
# Author: Julien Bonjean (julien@bonjean.info) # Author: Julien Bonjean (julien@bonjean.info)
# #
# Creation Date: 2009-05-26 # Creation Date: 2009-05-26
# Last Modified: 2009-05-26 11:55:12 -0400 # Last Modified: 2009-05-27 10:56:43 -0400
##################################################### #####################################################
# it's only a workaround to generate config.guess and config.sub if [ -e /usr/share/misc/config.guess ]; then
# that are currently static rm -f config.sub config.guess
# this will generate errors but we don't care ln -s /usr/share/misc/config.sub .
aclocal --force >/dev/null 2>&1 ln -s /usr/share/misc/config.guess .
automake --add-missing --force-missing --copy >/dev/null 2>&1 else
echo Running autoreconf...
autoreconf --force --install
fi
# now we launch configure # now we launch configure
./configure $@ ./configure $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment