aboutsummaryrefslogtreecommitdiffstats
path: root/makeconf.sh
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2002-10-25 11:40:14 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2002-10-25 11:40:14 +0000
commitd6e9f88da7cea46cf63d30911b9297ccf1befd5c (patch)
treec7ebc671683f4c75fd09c040fca3b3b0f23ec0b8 /makeconf.sh
parent5e5d61fea489aff7b2f70840060ad19c9e6c2bbe (diff)
downloadandroid_external_fuse-d6e9f88da7cea46cf63d30911b9297ccf1befd5c.tar.gz
android_external_fuse-d6e9f88da7cea46cf63d30911b9297ccf1befd5c.tar.bz2
android_external_fuse-d6e9f88da7cea46cf63d30911b9297ccf1befd5c.zip
use fuse_mount in fuse_main
Diffstat (limited to 'makeconf.sh')
-rwxr-xr-xmakeconf.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/makeconf.sh b/makeconf.sh
index 2c97050..8cd29ad 100755
--- a/makeconf.sh
+++ b/makeconf.sh
@@ -1,6 +1,12 @@
#! /bin/sh
+echo Running aclocal...
aclocal
+echo Running autoheader...
autoheader
+echo Running autoconf...
autoconf
+echo Running automake...
automake -a -c
+rm -f config.cache config.status
+echo "To compile run './configure', and then 'make'."