Changeset 3128


Ignore:
Timestamp:
Apr 15, 2007, 9:36:33 PM (18 years ago)
Author:
bird
Message:

Applied automake-1.4-libtoolize.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/sys-devel/automake-1.4/automake.in

    r3126 r3128  
    69806980
    69816981                    # Maybe run libtoolize.
     6982                    @libtoolize_args = ('--automake');
     6983                    push @libtoolize_args, '-c'  if $copy_missing;
    69826984                    if ($seen_libtool
    69836985                        && grep ($_ eq $file, @libtoolize_files)
    6984                         && system ('libtoolize', '--automake'))
     6986                        && system ('libtoolize', @libtoolize_args))
    69856987                    {
    69866988                        $message = "installing \`$errfile'";
Note: See TracChangeset for help on using the changeset viewer.