Cause GETTEXT_PACKAGE to be consistent in config.h and po/Makefile, was

2000-07-26  Robert Brady  <rwb197@zepler.org>

        * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
          and po/Makefile, was installing and looking for them under gtk20
          and gtk2 respectively.
This commit is contained in:
Robert Brady 2000-07-26 00:55:42 +00:00 committed by Robert Brady
parent e8138cd803
commit 6c4f3568d5
8 changed files with 50 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -1,3 +1,9 @@
2000-07-26 Robert Brady <rwb197@zepler.org>
* configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
and po/Makefile, was installing and looking for them under gtk20
and gtk2 respectively.
2000-07-25 Havoc Pennington <hp@redhat.com>
* gtk/testtext.c: Comment out some stuff that depends on the rest
@ -104,6 +110,7 @@
2000-07-25 Havoc Pennington <hp@redhat.com>
>>>>>>> 1.1355
* gtk/gtkprogressbar.h: Implement new sane, 5-function API for
using GtkProgressBar. See Changes-2.0.txt for details.

View File

@ -72,7 +72,7 @@ PACKAGE=gtk+
GETTEXT_PACKAGE=gtk20
AC_SUBST(GETTEXT_PACKAGE)
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"gtk2")
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE")
# Save this value here, since automake will set cflags later
cflags_set=${CFLAGS+set}