bug-autoconf
[Top][All Lists]
Advanced

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

CVS version autoconf -W not functioning...


From: Ezra Peisach
Subject: CVS version autoconf -W not functioning...
Date: Tue, 31 Oct 2000 16:02:52 -0500 (EST)

Looks like a simple renaming problem...

Without this, autoconf -W obsolete will not give any warnings...

        Ezra


Index: autoconf.sh
===================================================================
RCS file: /cvs/autoconf/autoconf.sh,v
retrieving revision 1.97
diff -c -r1.97 autoconf.sh
*** autoconf.sh 2000/10/31 15:20:15     1.97
--- autoconf.sh 2000/10/31 20:57:16
***************
*** 231,237 ****
                           tr $ALPHABET $alphabet`
  do
    test -n $warning || continue
!   m4__warnings="$warning"`test -n "$m4__warnings" && echo ",$m4_warnings"`
  done
  
  
--- 231,237 ----
                           tr $ALPHABET $alphabet`
  do
    test -n $warning || continue
!   m4__warnings="$warning"`test -n "$m4__warnings" && echo ",$m4__warnings"`
  done
  
  
***************
*** 303,309 ****
    ## --------------------------------- ##
    script)
    # M4 expansion.
!   $run_m4f -Dm4_warnings=$m4_warnings $infile >$tmp/configure ||
      { (exit 1); exit; }
  
    if test "x$outfile" != x-; then
--- 303,309 ----
    ## --------------------------------- ##
    script)
    # M4 expansion.
!   $run_m4f -Dm4_warnings=$m4__warnings $infile >$tmp/configure ||
      { (exit 1); exit; }
  
    if test "x$outfile" != x-; then



reply via email to

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