]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Fix version string under IRIX.
authorAlbert Chin-A-Young <china@thewrittenword.com>
Mon, 25 Feb 2002 20:41:41 +0000 (20:41 +0000)
committerRobert Boehne <rboehne@gnu.org>
Mon, 25 Feb 2002 20:41:41 +0000 (20:41 +0000)
* 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.

ChangeLog
ltmain.in

index cc2bc6c9767ba77c89ecec88f0584278b9a934f6..294df77fd05413905b662000dff9dc47539348e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
 2002-02-25  Albert Chin-A-Young  <china@thewrittenword.com>
 
-       * 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  <china@thewrittenword.com>
+
+       * 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  <rboehne@ricardo-us.com>
 
index 50db61354564d2da085c08f5abf575124ebf8491..f569a205a8a72867cd5841cc3e14c4fbdfe58f4e 100644 (file)
--- 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