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 499806 - gen-project couldn't find automake dir
gen-project couldn't find automake dir
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: general
0.1.x
Other All
: Normal normal
: ---
Assigned To: Jürg Billeter
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2007-11-26 19:47 UTC by Marcelo Lira
Modified: 2007-11-27 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds method to check alternative automake paths. (1.67 KB, patch)
2007-11-26 19:51 UTC, Marcelo Lira
committed Details | Review

Description Marcelo Lira 2007-11-26 19:47:58 UTC
Please describe the problem:
When creating a new project with gen-project it crashed because could not find /usr/share/automake dir, though in my system I have it on /usr/share/automake-1.9 and /usr/share/automake-1.7.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Marcelo Lira 2007-11-26 19:51:47 UTC
Created attachment 99681 [details] [review]
Adds method to check alternative automake paths.
Comment 2 Jürg Billeter 2007-11-27 21:15:03 UTC
2007-11-27  Jürg Billeter  <j@bitron.ch>

	* gen-project/valaprojectgenerator.vala: search for INSTALL and COPYING
	  files in more directories, don't fail if auxiliary files can't be
	  found, based on patch by Marcelo Lira, fixes bug 499806