ports/devel/automake/1.4/patches/patch-aclocal_in

14 lines
314 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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_]+)/)
{