]> Pileus Git - ~andy/gtk/commitdiff
before creating links, check if pkg-config files exist for the default
authorSven Neumann <sven@gimp.org>
Fri, 27 Apr 2001 01:38:54 +0000 (01:38 +0000)
committerSven Neumann <neo@src.gnome.org>
Fri, 27 Apr 2001 01:38:54 +0000 (01:38 +0000)
2001-04-27  Sven Neumann  <sven@gimp.org>

* Makefile.am: before creating links, check if pkg-config files
exist for the default target. Otherwise link to the pkg-config files
that got installed with this build.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am

index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 43d95167b04d83234ae1fbc8e33286b54d737b67..2923e3379ec585b44eae9253dfd836c7821367ef 100644 (file)
@@ -1,3 +1,9 @@
+2001-04-27  Sven Neumann  <sven@gimp.org>
+
+       * Makefile.am: before creating links, check if pkg-config files
+       exist for the default target. Otherwise link to the pkg-config files
+       that got installed with this build.
+
 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
 
        * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
index 2f9eaa6090ec2977ea540e2b83987dccd2641664..658560b29666bfd2b8f354abfabc3c3dc747f420 100644 (file)
@@ -134,8 +134,13 @@ pkgconfig_DATA= gdk-pixbuf-2.0.pc gdk-$(GDKTARGET)-2.0.pc gtk+-$(GDKTARGET)-2.0.
 DEFAULT_GDKTARGET=x11
 install-data-local:
        (cd $(DESTDIR)$(pkgconfigdir) && \
+        test -e gdk-$(DEFAULT_GDKTARGET)-2.0.pc && \
+        test -e gtk+-$(DEFAULT_GDKTARGET)-2.0.pc && \
         $(LN_S) -f gdk-$(DEFAULT_GDKTARGET)-2.0.pc gdk-2.0.pc && \
-         $(LN_S) -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc)
+        $(LN_S) -f gtk+-$(DEFAULT_GDKTARGET)-2.0.pc gtk+-2.0.pc) || \
+       (cd $(DESTDIR)$(pkgconfigdir) && \
+        $(LN_S) -f gdk-$(GDKTARGET)-2.0.pc gdk-2.0.pc && \
+        $(LN_S) -f gtk+-$(GDKTARGET)-2.0.pc gtk+-2.0.pc)
 
 dist-hook: gtk+.spec
        if test -e $(srcdir)/INSTALL.in && test -e $(srcdir)/README.in ; then \