Bug 116584

Summary: aclocal-1.9/aclocal14/aclocal19 do not include libtool.m4
Product: Ports & Packages Reporter: paolo <paolo>
Component: Individual Port(s)Assignee: Ade Lovett <ade>
Status: Closed FIXED    
Severity: Affects Only Me CC: plulli
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description paolo 2007-09-23 18:00:26 UTC
	The autotools installation does not provide libtool.m4 in the following locations:


/usr/local/share/aclocal14/
/usr/local/share/aclocal19/

	So, when i run 

	aclocal

	I do not get the code right for AC_PROG_LIBTOOL. Therefore, any autotool development project that 
	use libtool to build dependencies, lacks the m4 macro support for LIBTOOL, and the build fails

Fix: 

Soft linking (or putting the real file, maybe) the following:
	/usr/local/share/aclocal/libtool.m4 
	against -----> 
	/usr/local/share/aclocal14/libtool.m4
	/usr/local/share/aclocal19/libtool.m4
	that actually do not exist
How-To-Repeat: 	Tryin' to compile any home-made C project that uses the AC_PROG_LIBTOOL macro to build
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-23 22:10:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ade

over to autotools maintainer
Comment 2 Ade Lovett freebsd_committer freebsd_triage 2007-09-23 22:59:19 UTC
State Changed
From-To: open->feedback

aclocal-* scan both the versioned directory and /usr/local/share/aclocal 
for m4 files (the latter being where libtool.m4 is located). 

In order to better understand what's going on with your particular 
project, can you please put up a tarball containing the project and 
associated failures from aclocal so I can investigate further.
Comment 3 Ade Lovett freebsd_committer freebsd_triage 2007-09-24 00:57:37 UTC
State Changed
From-To: feedback->closed

Email exchange with submitter revealed a localized problem, 
so close down this PR.