diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-14 23:57:40 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-14 23:57:40 +0000 |
commit | 41261ba1970c32fd3754c5992632bd7056104085 (patch) | |
tree | 26e6ce4a5e8714beb9cf183ad00a7b6c76d55270 /configure.in | |
parent | b61156d4b76d2be3dd91678f31f3237f5b1f35c1 (diff) | |
download | gtk+-41261ba1970c32fd3754c5992632bd7056104085.tar.gz |
Subsitute in @PERL@ instead of hardcoded /usr/bin/perl. (#78355, Gareth
Tue May 14 19:53:15 2002 Owen Taylor <otaylor@redhat.com>
* demos/gtk-demo/geninclude.pl.in configure.in:
Subsitute in @PERL@ instead of hardcoded
/usr/bin/perl. (#78355, Gareth Pearce. Fix based
on patch from Matthias Clasen)
* gdk/Makefile.am: Patch from Daniel Elstner to use glib-mkenums
instead of makeenums.pl.
* gdk/{x11,linux-fb,win32}/Makefile.am: Hack to
get gdkenumtypes.h built first.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 6861c76b7c..74bc0313ff 100644 --- a/configure.in +++ b/configure.in @@ -318,7 +318,7 @@ AM_CONDITIONAL(DISABLE_EXPLICIT_DEPS, test $enable_explicit_deps = no) # define a MAINT-like variable REBUILD which is set if Perl # and awk are found, so autogenerated sources can be rebuilt -AC_CHECK_PROGS(PERL, perl5 perl) +AC_PATH_PROGS(PERL, perl5 perl) # We would like indent, but don't require it. AC_CHECK_PROG(INDENT, indent, indent) @@ -1545,6 +1545,7 @@ build/win32/Makefile build/win32/dirent/Makefile demos/Makefile demos/gtk-demo/Makefile +demos/gtk-demo/geninclude.pl tests/Makefile docs/Makefile docs/reference/Makefile |