GNOME Bugzilla – Bug 149826
Where is perl?
Last modified: 2011-02-04 16:17:18 UTC
Scripts like gtk/makegtkalias.pl hardcode the location of perl instead of using the location that configure.in finds. It should be enough to do something like "@PERL@ the/script ..." instead of "the/script ..." since the scripts are only run at build-time.
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)