mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 13:10:07 +00:00
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.
This commit is contained in:
parent
863252b654
commit
57e6eef5ae
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check.
|
||||
|
||||
2004-02-13 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check.
|
||||
|
||||
2004-02-13 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check.
|
||||
|
||||
2004-02-13 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check.
|
||||
|
||||
2004-02-13 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Feb 14 11:05:26 2004 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* configure.in: Remove unnecessary STRIP_* definitions, and GNU
|
||||
make check.
|
||||
|
||||
2004-02-13 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilesystemunix.c (gtk_file_system_unix_add_bookmark):
|
||||
|
15
configure.in
15
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
|
||||
|
Loading…
Reference in New Issue
Block a user