diff options
author | Larry Liimatainen <remlali@src.gnome.org> | 2000-08-22 20:05:30 +0800 |
---|---|---|
committer | Larry Liimatainen <remlali@src.gnome.org> | 2000-08-22 20:05:30 +0800 |
commit | 44ae37c371e25fe05e8aee145f1d9af7130a201d (patch) | |
tree | fa7110b23c7b2660dadbadb3aed85410dd34d8c4 /macros | |
parent | 7ab18c57cdb8a06022dc2f7601fab5ce398294cb (diff) | |
download | gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.tar gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.tar.gz gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.tar.bz2 gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.tar.lz gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.tar.xz gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.tar.zst gsoc2013-evolution-44ae37c371e25fe05e8aee145f1d9af7130a201d.zip |
various small build fixes
svn path=/trunk/; revision=4917
Diffstat (limited to 'macros')
-rw-r--r-- | macros/autogen.sh | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index a649be9b04..74b8047d1e 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -27,27 +27,27 @@ fi } } -grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && { - grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \ - (gettext --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "**Error**: You must have \`gettext' installed to compile Gnome." - echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" - echo "(or a newer version if it is available)" - DIE=1 - } -} - -grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && { - grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \ - (gettext --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "**Error**: You must have \`gettext' installed to compile Gnome." - echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" - echo "(or a newer version if it is available)" - DIE=1 - } -} +#grep "^AM_GNU_GETTEXT" $srcdir/configure.in >/dev/null && { +# grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \ +# (gettext --version) < /dev/null > /dev/null 2>&1 || { +# echo +# echo "**Error**: You must have \`gettext' installed to compile Gnome." +# echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" +# echo "(or a newer version if it is available)" +# DIE=1 +# } +#} + +#grep "^AM_GNOME_GETTEXT" $srcdir/configure.in >/dev/null && { +# grep "sed.*POTFILES" $srcdir/configure.in >/dev/null || \ +# (gettext --version) < /dev/null > /dev/null 2>&1 || { +# echo +# echo "**Error**: You must have \`gettext' installed to compile Gnome." +# echo "Get ftp://alpha.gnu.org/gnu/gettext-0.10.35.tar.gz" +# echo "(or a newer version if it is available)" +# DIE=1 +# } +#} (automake --version) < /dev/null > /dev/null 2>&1 || { echo |