After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 149826 - Where is perl?
Where is perl?
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.5.x
Other All
: Low normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-08-10 17:33 UTC by Morten Welinder
Modified: 2011-02-04 16:17 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Morten Welinder 2004-08-10 17:33:37 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.
Comment 1 Matthias Clasen 2004-11-29 05:45:47 UTC
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)