FreeBSD Bugzilla – Attachment 62993 Details for
Bug 94043
[patch] bsd.autotools.mk: aclocal can't find libtool macros
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 973 bytes, created by
Dmitry Frolov
on 2006-03-03 06:40:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Dmitry Frolov
Created:
2006-03-03 06:40:06 UTC
Size:
973 bytes
patch
obsolete
>--- /usr/ports/Mk/bsd.autotools.mk Sat Feb 25 01:25:03 2006 >+++ bsd.autotools.mk Fri Mar 3 12:21:59 2006 >@@ -122,7 +122,7 @@ > . endif > > . if defined(AUTOTOOL_aclocal) >-ACLOCAL_ARGS?= --acdir=${ACLOCAL_DIR} >+ACLOCAL_ARGS?= --acdir=${ACLOCAL_DIR} ${ACLOCAL_INC} > . endif > > .endif >@@ -198,7 +198,8 @@ > LIBTOOLIZE= ${LOCALBASE}/bin/libtoolize > LIBTOOL_LIBEXECDIR= ${LOCALBASE}/libexec/libtool > LIBTOOL_SHAREDIR= ${LOCALBASE}/share/libtool >-LIBTOOL_M4= ${LOCALBASE}/share/aclocal/libtool.m4 >+LIBTOOL_ACLOCALDIR= ${LOCALBASE}/share/aclocal >+LIBTOOL_M4= ${LIBTOOL_ACLOCALDIR}/libtool.m4 > LTMAIN= ${LIBTOOL_SHAREDIR}/ltmain.sh > LIBTOOL_VARS= LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} LIBTOOL_M4=${LIBTOOL_M4} > >@@ -206,6 +207,9 @@ > BUILD_DEPENDS+= ${LIBTOOL_DEPENDS} > > LIBTOOLFLAGS?= # default to empty >+ >+# Add libtool macros dir to the list of aclocal dirs >+ACLOCAL_INC+= -I ${LIBTOOL_ACLOCALDIR} > > . if defined(AUTOTOOL_autoconf) > LIBTOOLFILES?= aclocal.m4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 94043
: 62993