Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case -lintl depends on -licon.
authorOwen Taylor <otaylor@redhat.com>
Tue, 26 Feb 2002 19:58:15 +0000 (19:58 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 26 Feb 2002 19:58:15 +0000 (19:58 +0000)
Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>

        * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
        -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib-2.0.pc.in

index a987031..c263521 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index a987031..c263521 100644 (file)
@@ -1,3 +1,8 @@
+Tue Feb 26 14:56:31 2002  Owen Taylor  <otaylor@redhat.com>
+
+       * glib-2.0.pc.in: Reorder @INTL_LIBS@ and @ICONV_LIBS@ in case
+       -lintl depends on -licon. (Miroslaw Dobrzanski-Neumann #72717)
+
 Mon Feb 25 23:01:53 2002  Owen Taylor  <otaylor@redhat.com>
 
        * configure.in acconfig.h config.h.win32.in
index 7b0d47c..28f11b3 100644 (file)
@@ -10,5 +10,5 @@ glib_mkenums=glib-mkenums
 Name: GLib
 Description: C Utility Library
 Version: @VERSION@
-Libs: -L${libdir} -lglib-1.3 @ICONV_LIBS@ @INTLLIBS@
+Libs: -L${libdir} -lglib-1.3 @INTLLIBS@ @ICONV_LIBS@
 Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include