Revert build changes, OOPS!
authorStafford Mitchell Horne <shorne@gmail.com>
Sat, 27 Jan 2007 06:00:58 +0000 (06:00 +0000)
committerStafford Mitchell Horne <shorne@gmail.com>
Sat, 27 Jan 2007 06:00:58 +0000 (06:00 +0000)
SVN revision: 28132

Makefile.am
autogen.sh
configure.in

index 331687e..518533c 100644 (file)
@@ -8,7 +8,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
 
 bin_SCRIPTS = enlightenment-config
 
-EXTRA_DIST = mkinstalldirs  config.rpath  config.rpath mkinstalldirs  mkinstalldirs  config.rpath mkinstalldirs  config.rpath  config.rpath mkinstalldirs  config.rpath  README AUTHORS COPYING COPYING-PLAIN \
+EXTRA_DIST = config.rpath  README AUTHORS COPYING COPYING-PLAIN \
              enlightenment.spec.in enlightenment.spec \
             debian/changelog \
             debian/changelog.in \
index f58a5ac..43cef33 100755 (executable)
@@ -6,15 +6,11 @@ rm -f aclocal.m4 ltmain.sh
 touch README
 touch ABOUT-NLS
 
-#echo "Running autopoint..." ; autopoint -f || exit 1
+echo "Running autopoint..." ; autopoint -f || exit 1
 echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1
 echo "Running autoconf..." ; autoconf || exit 1
 echo "Running autoheader..." ; autoheader || exit 1
 echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1
-echo "Running gettextize..." ; gettextize -f --no-changelog
-# hack - gettextize is interactive and demands input from a user. "screw it".
-#sleep 20
-#kill %1
 echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1
 
 if [ -z "$NOCONFIGURE" ]; then
index f819dcb..112d0b3 100644 (file)
@@ -146,7 +146,7 @@ ALL_LINGUAS="bg de eo ja ru hu sl it fr"
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION([0.14.6])
+AM_GNU_GETTEXT_VERSION([0.12.1])
 if test "x$LIBINTL" = "x"; then
   LIBINTL="$INTLLIBS"
 fi