openbsd-ports/devel/automake/1.4/patches/patch-aclocal_in
sturm 1ac96dd354 bring automake in line with autoconf
w/ help from mbalmer@
2005-01-11 07:11:00 +00:00

15 lines
383 B
Plaintext

$OpenBSD: patch-aclocal_in,v 1.1.1.1 2005/01/11 07:11:00 sturm Exp $
--- aclocal.in.orig Thu Jul 25 12:51:42 2002
+++ aclocal.in Wed Aug 7 11:10:20 2002
@@ -374,6 +374,10 @@ sub add_file
push (@rlist, $1);
}
+ # Remove comments from current line.
+ s/\bdnl\b.*$//;
+ s/\#.*$//;
+
# This function constructed dynamically.
if (! &search && /(^|\s+)(AM_[A-Z0-9_]+)/)
{