Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jun 2006 14:04:35 +0200
From:      "Alexander Leidinger" <netchild@FreeBSD.org>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        ade@FreeBSD.org
Subject:   ports/98435: aclocal does not see 3rd party m4 files (e.g. the libtool one)
Message-ID:  <1149336275.13483@Magellan.Leidinger.net>
Resent-Message-ID: <200606031210.k53CAGKa025471@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         98435
>Category:       ports
>Synopsis:       aclocal does not see 3rd party m4 files (e.g. the libtool one)
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 03 12:10:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Leidinger
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD 
>Environment:


System: FreeBSD 7.0-CURRENT #194: Sat May 27 21:15:25 CEST 2006
    root@Magellan.Leidinger.net:/big/usr/src/sys/i386/compile/WORK



>Description:


When calling aclocal19 it can't find the definition for AC_PROG_LIBTOOL. aclocal19 only searches in /usr/local/share/aclocal19, but not in /usr/local/share/aclocal/ where libtool.m4 contains this definition.


>How-To-Repeat:





>Fix:


As a workaround for the moment I did a
  echo /usr/local/share/aclocal > /usr/local/share/aclocal19/dirlist

aclocal knows about this dirlist file and parses the directories in there too. So a fix woul be to add such a file with the right content to the port.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1149336275.13483>