summaryrefslogtreecommitdiffstats
path: root/thirdparties/scripts/ilbc/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparties/scripts/ilbc/autogen.sh')
-rw-r--r--thirdparties/scripts/ilbc/autogen.sh22
1 files changed, 22 insertions, 0 deletions
diff --git a/thirdparties/scripts/ilbc/autogen.sh b/thirdparties/scripts/ilbc/autogen.sh
new file mode 100644
index 0000000..3587aee
--- /dev/null
+++ b/thirdparties/scripts/ilbc/autogen.sh
@@ -0,0 +1,22 @@
+echo libtoolize
+if [ `(uname -s) 2>/dev/null` == 'Darwin' ]
+then
+ glibtoolize --copy --force
+else
+ libtoolize --copy --force
+fi
+
+echo "aclocal"
+aclocal
+
+echo "autoheader"
+autoheader
+
+echo "create NEWS, README, AUTHORS and ChangeLog"
+touch NEWS README AUTHORS ChangeLog
+
+echo "autoreconf"
+autoreconf -i
+
+echo "automake"
+automake -a \ No newline at end of file
OpenPOWER on IntegriCloud