]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/configure.ac: Drop the broken and long-disabled code
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 9 Nov 2007 06:47:15 +0000 (06:47 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Fri, 9 Nov 2007 06:47:15 +0000 (06:47 +0000)
to output a banner for the libltdl configure.  Avoids the need
to ship mkstamp with libltdl.

ChangeLog
libltdl/configure.ac

index 85b15c8c51391b54e6b9763b67947d22367f1099..7b5841d4830625170ab5a45878d8af349d478f18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-11-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/configure.ac: Drop the broken and long-disabled code
+       to output a banner for the libltdl configure.  Avoids the need
+       to ship mkstamp with libltdl.
+
 2007-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/runpath-in-lalib.at: New test.
index a76502052ba51f105c6c8edeea4302689bd94b74..13617587d31ceae9a913d7653383479c4ddab788 100644 (file)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to create configure. -*- autoconf -*-
 #
-#    Copyright (C) 2004, 2005 Free Software Foundation, Inc.
+#    Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
 #    Written by Gary V. Vaughan, 2004
 #
 #    NOTE: The canonical source of this file is maintained with the
@@ -48,30 +48,13 @@ AC_CONFIG_MACRO_DIR([m4])
 LT_CONFIG_LTDL_DIR([.]) # I am me!
 
 
-## ---------------------------------------- ##
-## Display a configure time version banner. ##
-## ---------------------------------------- ##
-
-# This is a sanity check so we can see which version is used in bug reports.
-# It is assumed that we only want to see the date extension for cvs libtool
-# versions (i.e. "odd" letters) and not actual alpha releases.
-TIMESTAMP=
-case $lt_alpha in
-  [[acegikmoqsuwy]])
-    TIMESTAMP=`${CONFIG_SHELL} ${ac_aux_dir}/mkstamp < ${srcdir}/ChangeLog`
-    AS_BOX([Configuring AC_PACKAGE_TARNAME (Build:$TIMESTAMP) AC_PACKAGE_VERSION])
-    echo
-    ;;
-esac
-AC_SUBST([TIMESTAMP])
-
-
 ## ------------------------ ##
 ## Automake Initialisation. ##
 ## ------------------------ ##
 
 AM_INIT_AUTOMAKE([gnits])
 
+
 ## ------------------------------- ##
 ## Libtool specific configuration. ##
 ## ------------------------------- ##