New option --no-libtool.
[gnulib.git] / ChangeLog
index 48dc54d..a931c99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,53 @@
 2006-07-29  Bruno Haible  <bruno@clisp.org>
 
+       * gnulib-tool (func_usage): Document option --no-libtool.
+       Handle option --no-libtool.
+       (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
+       for changed semantics of $libtool variable.
+       (func_import): Likewise. If libtool is not used, show this through
+       an option --no-libtool.
+       (func_create_testdir): Update.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * modules/setenv (Depends-on): Add unistd.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       Make it possible for gnulib-tool to work with locally modified or
+       augmented gnulib repositories.
+       * gnulib-tool (func_usage): Document --local-dir option.
+       (local_gnulib_dir): New variable.
+       Handle --local-dir option.
+       (func_lookup_file): New function.
+       (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
+       (func_get_description, func_get_filelist, func_get_description,
+       func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
+       func_get_automake_snippet, func_get_include_directive,
+       func_get_license, func_get_maintainer): Use func_lookup_file.
+       (func_import, func_create_testdir): Use func_lookup_file.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (import, update): If there is no Makefile.am, look at
+       aclocal.m4, instead of bailing out.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (SORT): New variable.
+       (func_usage): Undocument --assume-autoconf option.
+       Remove --assume-autoconf option handling.
+       (autoconf_minversion): Determine from the contents of configure.ac.
+       (func_import): Remove autoconf_minversion handling.
+       Suggested by Eric Blake.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_import): Don't create the $docbase directory if
+       there is no file to store there.
+
+2006-07-29  Bruno Haible  <bruno@clisp.org>
+
        * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
        Categorize the options by when they are useful.