diff options
author | Manish Singh <yosh@gimp.org> | 2004-02-14 19:21:51 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2004-02-14 19:21:51 +0000 |
commit | 57e6eef5ae07e5e73e0a3e991ecb9b5d0831a60a (patch) | |
tree | 580a866a32e0cc24f0608749846e56704c3dbe27 /configure.in | |
parent | 863252b6547eb7730ea652784031df1a038e43c5 (diff) | |
download | gtk+-57e6eef5ae07e5e73e0a3e991ecb9b5d0831a60a.tar.gz |
Remove unnecessary STRIP_* definitions, and GNU make check.
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
make check.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.in b/configure.in index b521436998..ad7228ab02 100644 --- a/configure.in +++ b/configure.in @@ -380,21 +380,6 @@ if test "$gtk_ok" = "yes"; then AC_DEFINE(HAVE_SIGSETJMP) fi -AC_MSG_CHECKING(whether make is GNU Make) -STRIP_BEGIN= -STRIP_END= -if $ac_make --version 2>/dev/null | grep '^GNU Make ' >/dev/null ; then - STRIP_BEGIN='$(strip $(STRIP_DUMMY)' - STRIP_END=')' - AC_MSG_RESULT(yes) -else - AC_MSG_RESULT(no) -fi -STRIP_DUMMY= -AC_SUBST(STRIP_DUMMY) -AC_SUBST(STRIP_BEGIN) -AC_SUBST(STRIP_END) - # i18n stuff ALL_LINGUAS="af am ar az be bg bn br ca cs cy da de el en_GB es et eu fa fi fr ga gl he hi hr hu ia id it ja ko li lt lv mi mk ml mn ms ne nl nn no pl pt pt_BR ro ru sk sl sq sr sr@Latn sv ta th tr uk uz uz@Latn vi wa yi zh_CN zh_TW" AM_GLIB_GNU_GETTEXT |