diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-29 05:45:38 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-29 05:45:38 +0000 |
commit | 7346a00add6d91635996b7021f5c4e0d76204d86 (patch) | |
tree | e8a8ef5ea0421dcd455e2e49f287f9cfe28f156f | |
parent | b5096b15f1782d4316c2102d18bcc2ccf42ceff1 (diff) | |
download | gdk-pixbuf-7346a00add6d91635996b7021f5c4e0d76204d86.tar.gz |
Use the perl found by configure. (#149826, Morten Welinder)
2004-11-29 Matthias Clasen <mclasen@redhat.com>
* gtk/Makefile.am (gtkalias.h):
* gdk/Makefile.am (gdkalias.h): Use the perl found by
configure. (#149826, Morten Welinder)
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gdk-pixbuf/ChangeLog | 7 | ||||
-rw-r--r-- | gdk-pixbuf/Makefile.am | 4 | ||||
-rw-r--r-- | gdk/Makefile.am | 4 | ||||
-rw-r--r-- | gtk/Makefile.am | 4 |
8 files changed, 36 insertions, 7 deletions
@@ -1,3 +1,9 @@ +2004-11-29 Matthias Clasen <mclasen@redhat.com> + + * gtk/Makefile.am (gtkalias.h): + * gdk/Makefile.am (gdkalias.h): Use the perl found by + configure. (#149826, Morten Welinder) + 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h (gtk_requisition_get_type): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 07376c7cd..ebc332903 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2004-11-29 Matthias Clasen <mclasen@redhat.com> + + * gtk/Makefile.am (gtkalias.h): + * gdk/Makefile.am (gdkalias.h): Use the perl found by + configure. (#149826, Morten Welinder) + 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h (gtk_requisition_get_type): diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 07376c7cd..ebc332903 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2004-11-29 Matthias Clasen <mclasen@redhat.com> + + * gtk/Makefile.am (gtkalias.h): + * gdk/Makefile.am (gdkalias.h): Use the perl found by + configure. (#149826, Morten Welinder) + 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h (gtk_requisition_get_type): diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 07376c7cd..ebc332903 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2004-11-29 Matthias Clasen <mclasen@redhat.com> + + * gtk/Makefile.am (gtkalias.h): + * gdk/Makefile.am (gdkalias.h): Use the perl found by + configure. (#149826, Morten Welinder) + 2004-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.h (gtk_requisition_get_type): diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index fa573386a..9f363bd89 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,6 +1,11 @@ +2004-11-29 Matthias Clasen <mclasen@redhat.com> + + * Makefile.am (gdk-pixbuf-alias.h): Use the perl found by + configure. (#149826, Morten Welinder) + Sun Nov 28 12:11:21 2004 Manish Singh <yosh@gimp.org> - * makegdkpixbufalias.pl: ytpo fix, so attributes are really + * makegdkpixbufalias.pl: Typo fix, so attributes are really propagated. 2004-11-28 Matthias Clasen <mclasen@redhat.com> diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index ee41f7063..55ed65ba8 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -40,10 +40,10 @@ uninstall-ms-lib: endif gdk_pixbuf.def: gdk-pixbuf.symbols - (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk_pixbuf.def + (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES $(srcdir)/gdk-pixbuf.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk_pixbuf.def gdk-pixbuf-alias.h: gdk-pixbuf.symbols - $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h + $(PERL) $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h if OS_UNIX TESTS = abicheck.sh diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 8518c1e94..8e69a3aba 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -177,10 +177,10 @@ uninstall-ms-lib: endif gdk.def: gdk.symbols - (echo -e EXPORTS; cpp -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk.def + (echo -e EXPORTS; $(CPP) -P -DGDK_WINDOWING_WIN32 -DINCLUDE_VARIABLES $(srcdir)/gdk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gdk.def gdkalias.h: gdk.symbols - $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h + $(PERL) $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h if OS_UNIX TESTS = abicheck.sh diff --git a/gtk/Makefile.am b/gtk/Makefile.am index e86a3302e..099043440 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -71,10 +71,10 @@ uninstall-ms-lib: endif gtk.def: gtk.symbols - (echo -e EXPORTS; cpp -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gtk.def + (echo -e EXPORTS; $(CPP) -P -DINCLUDE_VARIABLES -DG_OS_WIN32 $(srcdir)/gtk.symbols | sed -e '/^$$/d' -e 's/^/ /' -e 's/G_GNUC_[^ ]*//g') > gtk.def gtkalias.h: gtk.symbols - $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h + $(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h if OS_UNIX TESTS = abicheck.sh |