libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] Remove entirely identical duplicated block


From: Scott James Remnant
Subject: [FYI] Remove entirely identical duplicated block
Date: Thu, 12 Feb 2004 22:26:25 +0000

Missed this when I read 77ter, I assumed they were different, they're
not...  a cut&paste error, or bad patch?

Applied to HEAD.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

diff -ruNp libtool-CVS~/ChangeLog libtool-CVS/ChangeLog
--- libtool-CVS~/ChangeLog      2004-02-12 21:57:07.000000000 +0000
+++ libtool-CVS/ChangeLog       2004-02-12 22:24:58.000000000 +0000
@@ -0,0 +1,4 @@
+2004-02-12  Scott James Remnant  <address@hidden>
+
+       * ltmain.in: Remove duplicated version checking block.
+
diff -ruNp libtool-CVS~/ltmain.in libtool-CVS/ltmain.in
--- libtool-CVS~/ltmain.in      2004-02-12 19:20:51.000000000 +0000
+++ libtool-CVS/ltmain.in       2004-02-12 22:24:47.000000000 +0000
@@ -113,39 +113,6 @@ _LT_EOF
   exit $EXIT_MISMATCH
 fi
 
-# Ensure that we are using m4 macros, and libtool script from the same
-# release of libtool.
-package_revision=`( set $TIMESTAMP; echo $1; )`
-if test "$package_revision" != "$macro_revision"; then
-  if test "$VERSION" != "$macro_version"; then
-    if test -z "$macro_version"; then
-      cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this AC_PROG_LIBTOOL comes from an older release.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-    else
-      cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, but the
-$progname: definition of this AC_PROG_LIBTOOL comes from $PACKAGE 
$macro_version.
-$progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
-$progname: and run autoconf again.
-_LT_EOF
-    fi
-  else
-    cat >&2 <<_LT_EOF
-$progname: Version mismatch error.  This is $PACKAGE $VERSION, revision 
$package_revision,
-$progname: but the definition used by this AC_PROG_LIBTOOL comes from revision
-$progname: $macro_revision.
-$progname: You should recreate aclocal.m4 with macros from revision 
$package_revision
-$progname: of $PACKAGE $VERSION and run autoconf again.
-_LT_EOF
-  fi
-
-  exit $EXIT_MISMATCH
-fi
-
 # Sed substitution that helps us do robust quoting.  It backslashifies
 # metacharacters that are still active within double-quoted strings.
 Xsed="${SED}"' -e 1s/^X//'

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]