summaryrefslogtreecommitdiff
path: root/third_party/resample/bootstrap
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-04-07 14:53:15 +0000
committerBenny Prijono <bennylp@teluu.com>2007-04-07 14:53:15 +0000
commitca07a9833149d270d1e5b44cfa381ac6ac03e39c (patch)
tree0d1297c8326f76aec00e068795ed1505047c63a7 /third_party/resample/bootstrap
parent81d1b2797aa3945c529d57f9ddf6179ec2b392a4 (diff)
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
Diffstat (limited to 'third_party/resample/bootstrap')
-rw-r--r--third_party/resample/bootstrap31
1 files changed, 31 insertions, 0 deletions
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