/[autoconf]/autoconf/bin/autoreconf.in
ViewVC logotype

Diff of /autoconf/bin/autoreconf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.118 by akim, Thu Aug 21 17:50:11 2003 UTC revision 1.119 by adl, Mon Aug 25 06:38:39 2003 UTC
# Line 200  sub parse_args () Line 200  sub parse_args ()
200      }      }
201    else    else
202      {      {
203        $automake .= ' --no-force';        # The implementation of --no-force is bogus in all implementations
204          # of Automake up to 1.8, so we avoid it in these cases.  (Automake
205          # 1.8 is the first version where aclocal supports force, hence
206          # the condition.)
207          $automake .= ' --no-force'
208            if $aclocal_supports_force;
209      }      }
210    # --debug;    # --debug;
211    if ($debug)    if ($debug)

Legend:
Removed from v.1.118  
changed lines
  Added in v.1.119

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26