Merge "[Genlist] Fixed unnecessary 'realized' and 'unrealized' callback call. Upstrea...
[framework/uifw/elementary.git] / autogen.sh
index 995ff2f..d7c60f8 100755 (executable)
@@ -5,6 +5,7 @@ rm -f aclocal.m4 ltmain.sh
 
 touch README
 
+echo "Running autopoint..." ; autopoint -f || :
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
@@ -12,5 +13,5 @@ echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --au
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
-       ./configure "$@"
+       ./configure -C "$@"
 fi