automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

a small bug recognizing ##


From: Mr E_T
Subject: a small bug recognizing ##
Date: Sun, 27 Apr 2003 08:44:30 +0800 (WST)

I have noticed that if someone 'boxes' a comment in the Makefile.am like -
####################################################################
##        just a comment                                          ##
####################################################################

The first and the last lines are carried through to the Makefile.in and the
Makefile.

The problem comes form line 152 of automake 1.7.4
my $IGNORE_PATTERN = '^\s*##([^#\n].*)?\n';

if it is changed to -
my $IGNORE_PATTERN = '^\s*##+([^#\n].*)?\n';
                            *
then the "feature" is fixed.

-- 
regs MR E_T
_______________________
\                      \
  \   OOHH I hate TYPOS  \
    \                      \
      ~~~~~~~~~~~~~~~~~~~~~~~






reply via email to

[Prev in Thread] Current Thread [Next in Thread]