From ca07a9833149d270d1e5b44cfa381ac6ac03e39c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sat, 7 Apr 2007 14:53:15 +0000 Subject: Moved resample to third_party directory git-svn-id: http://svn.pjsip.org/repos/pjproject/branches/split-3rd-party@1170 74dad513-b988-da41-8d7b-12977e46ad98 --- third_party/resample/bootstrap | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 third_party/resample/bootstrap (limited to 'third_party/resample/bootstrap') diff --git a/third_party/resample/bootstrap b/third_party/resample/bootstrap new file mode 100644 index 00000000..5e522ff3 --- /dev/null +++ b/third_party/resample/bootstrap @@ -0,0 +1,31 @@ +#!/bin/sh + +#cd sndlib-20 +#configure +#cd .. +echo=on +if test -e configure.in; then \ + echo 'autoscan not run'; \ +else \ + echo 'autoscan'; \ + autoscan; \ + echo 'autoscan'; \ + mv configure.scan configure.in; \ + echo AM_INIT_AUTOMAKE >> configure.in; \ +fi + +rm -f config.cache +rm -f acconfig.h +echo "- aclocal." +#aclocal -I m4 +aclocal +echo "- autoconf." +autoconf +echo "- autoheader." +autoheader +echo "- automake." +automake -a +#exit +./configure +make +#make check -- cgit v1.2.3