This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A new release?


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@: $(@XLIBRARY@_OBJECTS) $(@XLIBRARY@_DEPENDENCIES)
        -rm -f @LIBRARY@
!       $(AR) cru @LIBRARY@ $(@XLIBRARY@_OBJECTS) $(@XLIBRARY@_LIBADD)
        $(RANLIB) @LIBRARY@
--- 17,21 ----
  ## 02111-1307, USA.
  @LIBRARY@: $(@XLIBRARY@_OBJECTS) $(@XLIBRARY@_DEPENDENCIES)
        -rm -f @LIBRARY@
!       $(AR) @LIBRARY@ $(ARFLAGS) $(@XLIBRARY@_OBJECTS) $(@XLIBRARY@_LIBADD)
        $(RANLIB) @LIBRARY@

-- 
cary@txcorp.com          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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]