From: Albert Chin-A-Young Date: Mon, 25 Feb 2002 20:41:41 +0000 (+0000) Subject: * ltmain.in: Fix version string under IRIX. X-Git-Tag: release-1-4-3~26 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=64ce1217908e79c04a4c3a6b77b1897b8b3322a2;p=thirdparty%2Flibtool.git * ltmain.in: Fix version string under IRIX. * libtool.m4 (LT_AC_PROG_SED): Use $ac_n and $ac_c rather than $ECHO_N and $ECHO_C for new LT_AC_PROG_SED macro. $ECHO_N and $ECHO_C defined for autoconf 2.50 and above only. --- diff --git a/ChangeLog b/ChangeLog index cc2bc6c97..294df77fd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,12 @@ 2002-02-25 Albert Chin-A-Young - * Use $ac_n and $ac_c rather than $ECHO_N and $ECHO_C for - new LT_AC_PROG_SED macro. $ECHO_N and $ECHO_C defined for - autoconf 2.50 and above only. + * ltmain.in: Fix version string under IRIX. + +2002-02-25 Albert Chin-A-Young + + * libtool.m4 (LT_AC_PROG_SED): Use $ac_n and $ac_c rather than + $ECHO_N and $ECHO_C for new LT_AC_PROG_SED macro. + $ECHO_N and $ECHO_C defined for autoconf 2.50 and above only. 2002-02-01 Robert Boehne diff --git a/ltmain.in b/ltmain.in index 50db61354..f569a205a 100644 --- a/ltmain.in +++ b/ltmain.in @@ -2287,14 +2287,14 @@ compiler." ;; irix | nonstopux) + major=`expr $current - $age + 1` + case $version_type in nonstopux) verstring_prefix=nonstopux ;; *) verstring_prefix=sgi ;; esac verstring="$verstring_prefix$major.$revision" - major=`expr $current - $age + 1` - # Add in all the interfaces that we are compatible with. loop=$revision while test $loop != 0; do