e_dbus/bluez: fix funcion export name
[framework/uifw/edbus.git] / autogen.sh
index a22b36d..11b419b 100755 (executable)
@@ -3,7 +3,7 @@
 rm -rf autom4te.cache
 rm -f aclocal.m4 ltmain.sh
 
-echo "Running aclocal..."; aclocal $ACLOCAL_FLAGS || exit 1
+echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..."; autoheader || exit 1
 echo "Running libtoolize..."; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
 echo "Running automake..."; automake --gnu --add-missing --copy || exit 1