diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-11 14:57:58 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-11 14:57:58 +0000 |
commit | 040e953d385dfbca238dada111ea9bac539a4eaa (patch) | |
tree | 86a95a71696b5bb6befd958b65b633091b4c7a0e /devel/libtool | |
parent | 4d89e1cf370dca478c95fc5db2f32cefa8bbcd05 (diff) | |
download | pkgsrc-040e953d385dfbca238dada111ea9bac539a4eaa.tar.gz |
Set AUTOMAKE_OVERRIDE=NO
The side effect of touching configure.in is to recreate ltmain.sh from
ltmain.in. We patch ltmain.sh and so the changes get lost.
This should fix pkg/15481 from Tom Haapanen <tomh@metrics.com>
Diffstat (limited to 'devel/libtool')
-rw-r--r-- | devel/libtool/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libtool/Makefile.common b/devel/libtool/Makefile.common index 9424a788484..2716490d0f7 100644 --- a/devel/libtool/Makefile.common +++ b/devel/libtool/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2002/01/04 15:20:28 skrll Exp $ +# $NetBSD: Makefile.common,v 1.17 2002/02/11 14:57:58 skrll Exp $ # DISTNAME= libtool-ml-20010614 @@ -17,3 +17,5 @@ GNU_CONFIGURE= yes DISTINFO_FILE= ${.CURDIR}/../libtool/distinfo FILESDIR= ${.CURDIR}/../libtool/files PATCHDIR= ${.CURDIR}/../libtool/patches + +AUTOMAKE_OVERRIDE= NO |