diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-20 23:45:43 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-20 23:45:43 +0000 |
commit | e6ef33712d8959bb381728a73de4fbaffcda3b32 (patch) | |
tree | ed1af8ccebfa7818c821ad32f0f90b46f59e94d5 /x11 | |
parent | e0486d8eadb49658499e5e97bb22420cd4fa1a59 (diff) | |
download | pkgsrc-e6ef33712d8959bb381728a73de4fbaffcda3b32.tar.gz |
Add AUTOCONF_REQD=2.50 for those packages that use libtoolize. Otherwise,
when calling ${ACLOCAL}, invoke it with "-I ." so that it will find the
local libtool.m4 file.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif12/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/lesstif12/Makefile.common b/x11/lesstif12/Makefile.common index 85d7361a81d..666e58705ba 100644 --- a/x11/lesstif12/Makefile.common +++ b/x11/lesstif12/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2004/02/14 17:21:56 jlam Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/02/20 23:45:43 jlam Exp $ DISTNAME= lesstif-${LESSTIF_VERSION} LESSTIF_VERSION= 0.93.0 @@ -17,6 +17,7 @@ USE_X11BASE= # defined USE_GNU_TOOLS+= make USE_LIBTOOL= # defined AUTOMAKE_REQD= 1.4 +AUTOCONF_REQD= 2.50 GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-production --disable-debug --disable-verbose |