aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/eina/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/eina/autogen.sh')
-rwxr-xr-xlibraries/eina/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/eina/autogen.sh b/libraries/eina/autogen.sh
index 00116ea..25b7c2f 100755
--- a/libraries/eina/autogen.sh
+++ b/libraries/eina/autogen.sh
@@ -6,7 +6,7 @@ rm -f aclocal.m4 ltmain.sh
6touch README 6touch README
7touch ABOUT-NLS 7touch ABOUT-NLS
8 8
9echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 9echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 -I m4/common -I m4/eina || exit 1
10echo "Running autoheader..." ; autoheader || exit 1 10echo "Running autoheader..." ; autoheader || exit 1
11echo "Running autoconf..." ; autoconf || exit 1 11echo "Running autoconf..." ; autoconf || exit 1
12echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 12echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1