source: scripts/untested/autotools/patches/automake-1.4-libtoolize.patch@ f118837

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since f118837 was d1afb9e, checked in by Jim Gifford <clfs@…>, 19 years ago

r587@server (orig r585): ryan | 2005-08-05 21:51:35 -0700
Add a sane autotools build to the mix.
Blatantly stolen from gentoo...



  • Property mode set to 100644
File size: 574 bytes
  • automake-1.4-p6/automake.in

    Patch from redhat/fedora which made it into upstream.
    
     
    68826882                    $suppress = 1;
    68836883
    68846884                    # Maybe run libtoolize.
     6885                    @libtoolize_args = ('--automake');
     6886                    push @libtoolize_args, '-c'  if $copy_missing;
    68856887                    if ($seen_libtool
    68866888                        && grep ($_ eq $file, @libtoolize_files)
    6887                         && system ('libtoolize', '--automake'))
     6889                        && system ('libtoolize', @libtoolize_args))
    68886890                    {
    68896891                        $message = "installing \`$errfile'";
    68906892                        $suppress = 0;
Note: See TracBrowser for help on using the repository browser.