openbsd-ports/devel/automake/patches/patch-aclocal_in
2001-08-17 17:05:48 +00:00

15 lines
378 B
Plaintext

$OpenBSD: patch-aclocal_in,v 1.4 2001/08/17 17:05:48 brad Exp $
--- aclocal.in.orig Sun Jul 15 06:52:18 2001
+++ aclocal.in Fri Aug 17 12:47:24 2001
@@ -359,6 +359,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_]+)/)
{