diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rwxr-xr-x | autogen.sh | 6 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index 331687e14..518533c8b 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -8,7 +8,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ | |||
8 | 8 | ||
9 | bin_SCRIPTS = enlightenment-config | 9 | bin_SCRIPTS = enlightenment-config |
10 | 10 | ||
11 | EXTRA_DIST = mkinstalldirs config.rpath config.rpath mkinstalldirs mkinstalldirs config.rpath mkinstalldirs config.rpath config.rpath mkinstalldirs config.rpath README AUTHORS COPYING COPYING-PLAIN \ | 11 | EXTRA_DIST = config.rpath README AUTHORS COPYING COPYING-PLAIN \ |
12 | enlightenment.spec.in enlightenment.spec \ | 12 | enlightenment.spec.in enlightenment.spec \ |
13 | debian/changelog \ | 13 | debian/changelog \ |
14 | debian/changelog.in \ | 14 | debian/changelog.in \ |
diff --git a/autogen.sh b/autogen.sh index f58a5ac86..43cef3338 100755 --- a/autogen.sh +++ b/autogen.sh | |||
@@ -6,15 +6,11 @@ rm -f aclocal.m4 ltmain.sh | |||
6 | touch README | 6 | touch README |
7 | touch ABOUT-NLS | 7 | touch ABOUT-NLS |
8 | 8 | ||
9 | #echo "Running autopoint..." ; autopoint -f || exit 1 | 9 | echo "Running autopoint..." ; autopoint -f || exit 1 |
10 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 | 10 | echo "Running aclocal..." ; aclocal $ACLOCAL_FLAGS -I m4 || exit 1 |
11 | echo "Running autoconf..." ; autoconf || exit 1 | 11 | echo "Running autoconf..." ; autoconf || exit 1 |
12 | echo "Running autoheader..." ; autoheader || exit 1 | 12 | echo "Running autoheader..." ; autoheader || exit 1 |
13 | echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 | 13 | echo "Running libtoolize..." ; (libtoolize --copy --automake || glibtoolize --automake) || exit 1 |
14 | echo "Running gettextize..." ; gettextize -f --no-changelog | ||
15 | # hack - gettextize is interactive and demands input from a user. "screw it". | ||
16 | #sleep 20 | ||
17 | #kill %1 | ||
18 | echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 | 14 | echo "Running automake..." ; automake --add-missing --copy --gnu || exit 1 |
19 | 15 | ||
20 | if [ -z "$NOCONFIGURE" ]; then | 16 | if [ -z "$NOCONFIGURE" ]; then |
diff --git a/configure.in b/configure.in index f819dcbdc..112d0b302 100644 --- a/configure.in +++ b/configure.in | |||
@@ -146,7 +146,7 @@ ALL_LINGUAS="bg de eo ja ru hu sl it fr" | |||
146 | AC_SUBST(ALL_LINGUAS) | 146 | AC_SUBST(ALL_LINGUAS) |
147 | 147 | ||
148 | AM_GNU_GETTEXT([external]) | 148 | AM_GNU_GETTEXT([external]) |
149 | AM_GNU_GETTEXT_VERSION([0.14.6]) | 149 | AM_GNU_GETTEXT_VERSION([0.12.1]) |
150 | if test "x$LIBINTL" = "x"; then | 150 | if test "x$LIBINTL" = "x"; then |
151 | LIBINTL="$INTLLIBS" | 151 | LIBINTL="$INTLLIBS" |
152 | fi | 152 | fi |