# HG changeset patch # User Richard M. Stallman # Date 808681738 0 # Node ID e80cd12104522675fb492f2cf9248ab972edc38b # Parent e5a2fab50a4b5ff40a920a4de451ea9adeffd567 (RANLIB): Substitute this into makefiles. Set it specially on solaris; set it by default on other systems. Fix previous Alpha change. diff -r e5a2fab50a4b -r e80cd1210452 configure.in --- a/configure.in Thu Aug 17 16:51:57 1995 +0000 +++ b/configure.in Thu Aug 17 17:48:58 1995 +0000 @@ -164,7 +164,7 @@ machine=alliant-2800 opsys=bsd4-3 ;; - ;; Alpha (DEC) machines. + ## Alpha (DEC) machines. alpha-dec-osf* ) machine=alpha opsys=osf1 ;; @@ -678,10 +678,12 @@ *-sunos5.4* | *-solaris2.4* ) opsys=sol2-4 NON_GNU_CPP=/usr/ccs/lib/cpp + RANLIB="ar -ts" ;; *-sunos5.5* | *-solaris2.5* ) opsys=sol2-5 NON_GNU_CPP=/usr/ccs/lib/cpp + RANLIB="ar -ts" ;; *-sunos5* | *-solaris* ) opsys=sol2 @@ -826,6 +828,10 @@ esac fi +if test "x$RANLIB" = x; then + RANLIB=ranlib +fi + changequote([, ])dnl if test $unported = yes; then @@ -1338,6 +1344,7 @@ AC_SUBST(X_TOOLKIT_TYPE) AC_SUBST(machfile) AC_SUBST(opsysfile) +AC_SUBST(RANLIB) AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "${canonical}") AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "${ac_configure_args}")