aboutsummaryrefslogtreecommitdiffstats
path: root/makeconf.sh
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-06-03 13:21:08 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-06-03 13:21:08 +0000
commit203afbfa512490c58f7b98eec417ec3054f0d007 (patch)
tree87a6fde0f03bb6f1f1387091be7e27e47ea8a007 /makeconf.sh
parent3a11e5c68d1e4cf5e2bc6c1e1853cb44fa82f89a (diff)
downloadandroid_external_fuse-203afbfa512490c58f7b98eec417ec3054f0d007.tar.gz
android_external_fuse-203afbfa512490c58f7b98eec417ec3054f0d007.tar.bz2
android_external_fuse-203afbfa512490c58f7b98eec417ec3054f0d007.zip
build shared library
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-xmakeconf.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh
index 8cd29ad..ab11b9b 100755
--- a/makeconf.sh
+++ b/makeconf.sh
@@ -1,5 +1,8 @@
#! /bin/sh
+echo "NOTE: this script is obsolete. Use autoreconf instead!"
+echo Running libtoolize...
+libtoolize --automake
echo Running aclocal...
aclocal
echo Running autoheader...