]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh: Put back the func_serial_update callback for
authorGary V. Vaughan <gary@gnu.org>
Wed, 26 Oct 2005 14:21:01 +0000 (14:21 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 26 Oct 2005 14:21:01 +0000 (14:21 +0000)
func_copy_some_files so that the testsuite passes again.  We'll
have to find a better way of handling serial numbers in libtool
macro files.

ChangeLog
libtoolize.m4sh

index 968276c69d4ee2dc39f3c64c343ab9715c296566..9546f0aa7ef13d46f727c232447e0c9f9124c6b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-10-26  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtoolize.m4sh: Put back the func_serial_update callback for
+       func_copy_some_files so that the testsuite passes again.  We'll
+       have to find a better way of handling serial numbers in libtool
+       macro files.
+
        * libltdl/Makefile.inc: New file, factored out of Makefile.am for
        use in non-recursive libltdl installations.
        * bootstrap: Adjust.
@@ -20,8 +25,6 @@
        LT_CONFIG_LTDL_DIR, ensure they are the same.
        * NEWS: Updated.
 
-2005-10-26  Gary V. Vaughan  <gary@gnu.org>
-
        * libtoolize.m4sh: Don't use func_serial_update as a copy
        function for libtool m4 files with no macro_regex.  If the
        files are copied directly into aclocal.m4, because
        into aclocal.m4 (and hence updated automatically by the cat of
        copying a new version to the dest directory).
 
-2005-10-26  Gary V. Vaughan  <gary@gnu.org>
-
        * libtoolize.m4sh: Move the consistency checks...
        (func_check_macros): ...into here.  Also suggest LT_WITH_LTDL if
        appropriate.
 
-2005-10-26  Gary V. Vaughan  <gary@gnu.org>
-
        * libtoolize.m4sh: Copying just libtool.m4 for hand maintained
        aclocal.m4 doesn't work.  List all required files in that case,
        using the files from installed libltdl if available.  Also, list
        the additional files required when using libltdl.
        Reported by Patrick Welche <prlw1@newn.cam.ac.uk>.
 
-2005-10-26  Gary V. Vaughan  <gary@gnu.org>
-
        * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_first): Removed.
        * libltdl/ltdl.h, libltdl/ltdl.c (lt_dlhandle_next)
        (lt_dlhandle_find, lt_dlforeach): Removed...
@@ -57,8 +54,6 @@
        * doc/libtool.texi: Updated.
        * NEWS: Updated.
 
-2005-10-26  Gary V. Vaughan  <gary@gnu.org>
-
        * libtoolize.m4sh: Always copy pkgconfig_files for --ltdl, incase
        ltdl needs additional things not found by automake when looking at
        the parent project configury.
index d7085deb0ee4ff6a5cf5524e4daeae5df57b2dae..d8405ee452df5592101b4c7701203846b9c03f7e 100644 (file)
@@ -1101,7 +1101,8 @@ func_nonemptydir_p ()
       func_verbose "Not copying \`$m4dir/ltdl.m4', libltdl not used."
     fi
 
-    func_copy_some_files "$pkgmacro_files" "$aclocaldir" "$m4dir"
+    func_copy_some_files "$pkgmacro_files" "$aclocaldir" \
+      "$m4dir" func_serial_update
   fi
 
   $opt_quiet || func_check_macros