automake
[Top][All Lists]
Advanced

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

A new release?


From: John R. Cary
Subject: A new release?
Date: Sat, 9 Dec 2000 08:55:07 -0700 (MST)

Are there any plans for a new release of automake?
There is an old problem, mentioned at
http://sources.redhat.com/ml/automake/1999-05/msg00011.html
with the choice of AR for C++ libraries.  We distribute a 
patch (appended) that appears not to affect anything
else but allows us to change AR to not have "cru".  Would
sure be nice to have this in the official distribution that 
folks have.

Thanks.....John Cary

*** bin/automake.orig   Thu Nov 25 14:58:21 1999
--- bin/automake        Thu Nov 25 15:01:45 1999
***************
*** 1612,1618 ****
        }
      }
  
!     &define_variable ('AR', 'ar');
      &define_configure_variable ('RANLIB');
  }
  
--- 1612,1620 ----
        }
      }
  
!     # &define_variable ('AR', 'ar');
!     &define_configure_variable ('AR');
!     &define_configure_variable ('ARFLAGS');
      &define_configure_variable ('RANLIB');
  }
  
*** share/automake/library.am.orig      Thu Nov 25 15:03:37 1999
--- share/automake/library.am   Fri Nov 26 11:55:11 1999
***************
*** 17,21 ****
  ## 02111-1307, USA.
  @LIBRARY@: $(@address@hidden) $(@address@hidden)
        -rm -f @LIBRARY@
!       $(AR) cru @LIBRARY@ $(@address@hidden) $(@address@hidden)
        $(RANLIB) @LIBRARY@
--- 17,21 ----
  ## 02111-1307, USA.
  @LIBRARY@: $(@address@hidden) $(@address@hidden)
        -rm -f @LIBRARY@
!       $(AR) @LIBRARY@ $(ARFLAGS) $(@address@hidden) $(@address@hidden)
        $(RANLIB) @LIBRARY@

-- 
address@hidden          John R. Cary        www.techxhome.com
Tech-X Corporation                           ph.  (303) 448-0728
5541 Central Avenue, Suite 135               fax  (303) 448-7756
Boulder, CO 80301                            cell (303) 356-5399




reply via email to

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