Add ChangeLog.pre-2-0 (#78641)

Mon May  6 11:48:08 2002  Owen Taylor  <otaylor@redhat.com>

        * Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)

        * m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
        compiling "what went wrong" test case. (#79329)

        * m4macros/gtk-2.0.m4: Remove reference to editing
        pkg-config script. (From Jim Gettys)
This commit is contained in:
Owen Taylor
2002-05-06 18:06:11 +00:00
committed by Owen Taylor
parent b2e2fe6ea3
commit c400e38f98
8 changed files with 64 additions and 3 deletions

View File

@@ -1,3 +1,13 @@
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
* m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
compiling "what went wrong" test case. (#79329)
* m4macros/gtk-2.0.m4: Remove reference to editing
pkg-config script. (From Jim Gettys)
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.

View File

@@ -1,3 +1,13 @@
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
* m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
compiling "what went wrong" test case. (#79329)
* m4macros/gtk-2.0.m4: Remove reference to editing
pkg-config script. (From Jim Gettys)
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.

View File

@@ -1,3 +1,13 @@
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
* m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
compiling "what went wrong" test case. (#79329)
* m4macros/gtk-2.0.m4: Remove reference to editing
pkg-config script. (From Jim Gettys)
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.

View File

@@ -1,3 +1,13 @@
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
* m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
compiling "what went wrong" test case. (#79329)
* m4macros/gtk-2.0.m4: Remove reference to editing
pkg-config script. (From Jim Gettys)
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.

View File

@@ -1,3 +1,13 @@
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
* m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
compiling "what went wrong" test case. (#79329)
* m4macros/gtk-2.0.m4: Remove reference to editing
pkg-config script. (From Jim Gettys)
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.

View File

@@ -1,3 +1,13 @@
Mon May 6 11:48:08 2002 Owen Taylor <otaylor@redhat.com>
* Makefile.am (EXTRA_DIST): Add ChangeLog.pre-2-0 (#78641)
* m4macros/gtk-2.0.m4: save CFLAGS/LIBS properly when
compiling "what went wrong" test case. (#79329)
* m4macros/gtk-2.0.m4: Remove reference to editing
pkg-config script. (From Jim Gettys)
2002-05-02 Matthias Clasen <maclas@gmx.de>
* gtk/gtknotebook.c (gtk_notebook_set_show_border): Typo fix.

View File

@@ -13,6 +13,7 @@ EXTRA_DIST = \
NEWS.pre-1-0 \
ChangeLog.pre-1-0 \
ChangeLog.pre-1-2 \
ChangeLog.pre-2-0 \
README.cvs-commits \
README.win32 \
README.nanox \

View File

@@ -163,6 +163,8 @@ main ()
:
else
echo "*** Could not run GTK+ test program, checking why..."
ac_save_CFLAGS="$CFLAGS"
ac_save_LIBS="$LIBS"
CFLAGS="$CFLAGS $GTK_CFLAGS"
LIBS="$LIBS $GTK_LIBS"
AC_TRY_LINK([
@@ -179,9 +181,7 @@ main ()
echo "*** If you have an old version installed, it is best to remove it, although"
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ],
[ echo "*** The test program failed to compile or link. See the file config.log for the"
echo "*** exact error that occured. This usually means GTK+ was incorrectly installed"
echo "*** or that you have moved GTK+ since it was installed. In the latter case, you"
echo "*** may want to edit the pkg-config script: $PKG_CONFIG" ])
echo "*** exact error that occured. This usually means GTK+ is incorrectly installed."])
CFLAGS="$ac_save_CFLAGS"
LIBS="$ac_save_LIBS"
fi