* 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-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>
;;
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