2
0

ChangeLog.04 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623
  1. 2004-12-31 Alexandre Duret-Lutz <adl@gnu.org>
  2. * tests/man2.test, tests/transform.test: Specify --mandir, in order
  3. not to fail when Autoconf changes its $mandir default.
  4. 2004-12-30 Alexandre Duret-Lutz <adl@gnu.org>
  5. Support for `install-dvi', `install-html', `install-ps', and
  6. `install-pdf', as recently introduced into the GNU Coding
  7. Standard.
  8. * automake.in (handle_factored_dependencies): Reject
  9. uninstall-dvi-local, uninstall-html-local, uninstall-info-local,
  10. uninstall-ps-local, and uninstall-pdf-local. Allow
  11. install-info-local even when no-installinfo is not used.
  12. (handle_data): Allow datarootdir, dvidir, htmldir, pdfdir, and psdir.
  13. (%standard_prefix): Declare these new standard directory variables.
  14. * doc/automake.texi (Texinfo, Third-Party Makefiles): Document
  15. install-dvi, install-html, install-pdf, and install-ps.
  16. (Extending): Document install-local-dvi, install-local-html,
  17. install-local-info, install-local-pdf, and install-local-ps.
  18. * lib/Automake/Rule.pm (%dependencies): Add new install rules,
  19. and remove uninstall-info.
  20. * /cvs/automake/automake/lib/am/texinfos.am (install-dvi,
  21. install-dvi-am, install-dvi-recursive, install-html,
  22. install-html-am, install-html-recursive, install-pdf,
  23. install-pdf-am, install-pdf-recursive, install-ps, install-ps-am,
  24. install-ps-recursive, uninstall-dvi-am, uninstall-html-am,
  25. uninstall-pdf-am, uninstall-ps-am): New rules.
  26. (uninstall-info): Delete.
  27. * tests/txinfo21.test: Augment to check for these new rules.
  28. * tests/exdir2.test: Do not use `htmldir' as example of
  29. undefined directory.
  30. * tests/overrid.test: Do not be fooled by install-ps and
  31. install-html.
  32. * tests/txinfo10.test: Do not grep for uninstall-info-recursive.
  33. 2004-12-27 Alexandre Duret-Lutz <adl@gnu.org>
  34. * automake.in (Preprocessed Fortran): Fix the definition of FCLINK.
  35. * Makefile.am (maintainer-check): Refine check for @_ in scalar
  36. context. Check for correct use of PRE_INSTALL, NORMAL_INSTALL,
  37. POST_INSTALL, PRE_UNINSTALL, NORMAL_UNINSTALL, and POST_UNINSTALL.
  38. * lib/am/texinfos.am (uninstall-info-am): Hide the invocation of
  39. $(PRE_UNINSTALL).
  40. 2004-12-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  41. * lib/am/texinfos.am (uninstall-info-am): Show change of
  42. directory while uninstalling DJGPP-style info files.
  43. 2004-12-27 Alexandre Duret-Lutz <adl@gnu.org>
  44. Declare recursive install targets as dependencies of `.MAKE', so
  45. that `make -n install' works with BSD Make too.
  46. * lib/Automake/Rule.pm (reset) <%dependencies>: Add `.MAKE'.
  47. * automake.in (target_cmp): Move all `.XYZ' target last, not
  48. only `.PHONY'.
  49. (handle_factored_dependencies): Add target with hooks to `.MAKE'.
  50. Do not let a user definition of .MAKE override ours.
  51. * lib/am/install.am (install-am, install-strip): Mark as `.MAKE'.
  52. * lib/am/multilib.am (all-multi, install-multi, mostlyclean-multi,
  53. clean-multi, distclean-multi, maintainer-clean-multi): Likewise.
  54. * lib/am/subdirs.am (mostlyclean-recursive, clean-recursive,
  55. distclean-recursive, maintainer-clean-recursive): Likewise.
  56. 2004-12-18 Alexandre Duret-Lutz <adl@gnu.org>
  57. * lib/config-ml.in, lib/config.guess, lib/config.sub,
  58. lib/texinfo.tex: New upstream versions.
  59. * doc/automake.texi (gettext): Move the paragraph about
  60. dist_list_LISP...
  61. (Emacs Lisp): ... here.
  62. Report from Bruno Haible.
  63. * doc/automake.texi: Bump GFDL version to 1.2, since that is
  64. what we distribute.
  65. * doc/automake.texi: Fix more misuses of @ref, @xref and @pxref,
  66. including some of the "corrections" below. Thanks to Karl Berry.
  67. * doc/automake.texi: Correct several misuses of @xref and @pxref.
  68. 2004-12-17 Jim Meyering <jim@meyering.net>
  69. * install-sh: Use `(exit N); exit N', not `(exit N); exit'.
  70. Otherwise, install-sh could exit with improper exit status when
  71. exiting via a trapped interrupt. Thanks to a report from Bob Proulx.
  72. 2004-12-14 Akim Demaille <akim@epita.fr>
  73. * doc/automake.texi (Options): Englishoes.
  74. (Options): And another.
  75. 2004-12-13 Alexandre Duret-Lutz <adl@gnu.org>
  76. * ChangeLog.03: New file, extracted from ChangeLog.
  77. * Makefile.am (EXTRA_DIST): Add it.
  78. 2004-12-12 Alexandre Duret-Lutz <adl@gnu.org>
  79. * automake.in (check_user_variables): New function, extracted
  80. from ...
  81. (handle_languages): ... here.
  82. (handle_languages, define_compiler_variable, define_link_variable):
  83. Honore LIBTOOLFLAGS.
  84. (handle_single_transform): Check _LIBTOOLFLAGS in
  85. addition to other per-target flags for Libtool objects.
  86. (handle_libtool): Warn if LIBTOOLFLAGS is defined.
  87. * doc/automake.texi (Libtool Flags, Program and Library Variables,
  88. Flag Variables Ordering): Document LIBTOOLFLAGS.
  89. * tests/libtool7.test: Check basic support for LIBTOOLFLAGS.
  90. * tests/libtool8.test: Make sure Automake warns about LIBTOOLFLAGS
  91. definitions.
  92. * tests/subobj9.test: Adjust.
  93. 2004-12-11 Alexandre Duret-Lutz <adl@gnu.org>
  94. * doc/automake.texi (Per-Object Flags): New node.
  95. 2004-12-09 Alexandre Duret-Lutz <adl@gnu.org>
  96. Fix PR automake/441:
  97. * lib/am/java.am (install-%DIR%JAVA, uninstall-%DIR%JAVA): Do
  98. not install *.class if "$(%DIR%_JAVA)" is empty.
  99. * tests/java3.test: New file.
  100. * tests/Makefile.am (TESTS): Add it.
  101. Report from Johannes Nicolai.
  102. * doc/automake.texi (Java): Mention dist_ and add an example.
  103. * tests/java.test: Do actually compile java files and run distcheck.
  104. 2004-12-08 Peter O'Gorman <peter@pogma.com>
  105. Alexandre Duret-Lutz <adl@gnu.org>
  106. * lib/Automake/FileUtils.pm (dir_has_case_matching_file,
  107. reset_dir_cache): New functions.
  108. * automake.in (handle_dist, require_file_internal): Use them, so
  109. that CHANGELOG is not confused with ChangeLog on case-insensitive
  110. case-preserving file systems.
  111. * tests/hfs.test: New file.
  112. * tests/Makefile.am (TESTS): Add hfs.test.
  113. 2004-12-08 Paul Eggert <eggert@cs.ucla.edu>
  114. * lib/mdate-sh: Don't use "set - x`$ls_command /`", as zsh mishandles
  115. the spaces inside $ls_command. Problem reported by Loulou Pouchet in
  116. <http://lists.gnu.org/archive/html/autoconf/2004-12/msg00074.html>.
  117. Don't use "set - x"; plain "set x" is enough, and simplifies debugging.
  118. 2004-12-05 Toshio Kuratomi <toshio@tiki-lounge.com>
  119. * lib/py-compile: Add --destdir switch to py-compile that takes a
  120. path argument that is not compiled into the file when byte compiling.
  121. * lib/am/python.am: Use the new py-compile arguments to not include
  122. DESTDIR in the byte compiled files.
  123. * tests/python12.test: Test that DESTDIR won't be byte compiled into
  124. python files.
  125. 2004-12-05 Alexandre Duret-Lutz <adl@gnu.org>
  126. * doc/automake.texi (Clean): Typo.
  127. * doc/automake.texi: Use @acindex for Autoconf macros, and @vindex
  128. for variables (@cvindex was previously used for both). Separate
  129. these two indices in the output. Use @code, @file, and @command
  130. in @cindex lines wherever appropriate so they render nicely.
  131. 2004-12-05 Stepan Kasal <kasal@ucw.cz>
  132. * doc/automake.texi (renamed objects, CVS): Typos.
  133. 2004-12-05 Alexandre Duret-Lutz <adl@gnu.org>
  134. * doc/automake.texi (Flag Variables Ordering): New section.
  135. (User Variables, Program and Library Variables): @xref it.
  136. 2004-11-24 Alexandre Duret-Lutz <adl@gnu.org>
  137. * doc/automake.texi (Conditional Subdirectories): More comments
  138. about non-distributed subdirectories.
  139. * Makefile.am (maintainer-clean): Check for unescaped @ in manual.
  140. 2004-11-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  141. * doc/automake.texi (Built sources example): Fix typo.
  142. 2004-11-22 Alexandre Duret-Lutz <adl@gnu.org>
  143. * aclocal.in (parse_arguments): Diagnose abbreviation ambiguous with
  144. --help or --version.
  145. * automake.in (parse_arguments): Likewise.
  146. * tests/aclocal.test, tests/automake.test: Check this.
  147. Report from Eric Blake.
  148. 2004-11-21 Alexandre Duret-Lutz <adl@gnu.org>
  149. * automake.in (parse_arguments): Diagnose empty arguments, options
  150. with missing argument, and support `--'.
  151. * aclocal.in (parse_arguments): Diagnose options with missing
  152. argument.
  153. * tests/aclocal.test: More checks.
  154. * tests/automake.test: New file.
  155. * tests/postprog.test: Use `--' for fun.
  156. * tests/Makefile.am (TESTS): Add automake.test.
  157. Report from Eric Blake.
  158. * lib/am/progs.am (installcheck-%DIR%PROGRAMS): Run programs with
  159. /dev/null as input, so we do not hang on programs that read their
  160. input without supporting --help and --version.
  161. * lib/am/scripts.am (installcheck-%DIR%SCRIPTS): Likewise for scripts.
  162. * tests/gnits2.test: Change scriptnok.sh to cat its input.
  163. Report and fix from James Youngman.
  164. 2004-11-17 Alexandre Duret-Lutz <adl@gnu.org>
  165. * aclocal.in (%file_seen): Rename as ...
  166. (%file_added): ... this, and move it close to add_file(), the only
  167. function that uses it.
  168. * aclocal.in (version): Remove initial blank line and reproduce
  169. the layout of automake --version. From Art Haas.
  170. * aclocal.in (%file_type, FT_USER, FT_AUTOMAKE_SYSTEM): New variables.
  171. (scan_m4_dirs): New function, extracted from ...
  172. (scan_m4_files): ... here. Call scan_m4_files three times, for each
  173. FT_ constant.
  174. (scan_file): Take a file type argument to update %file_type.
  175. (write_aclocal): Do not m4_include files that are not of type FT_USER.
  176. * tests/dirlist.test: Make sure m4_include is not used for --acdir
  177. files.
  178. * tests/defs.in (testaclocaldir): New variable.
  179. * tests/aclocal.test: Use it to fix the test. Report from
  180. Patrick Welche.
  181. 2004-11-10 Alexandre Duret-Lutz <adl@gnu.org>
  182. * m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
  183. AC_PATH_PROGS to correctly define PYTHON as `:' when no interpreter
  184. is found (this worked correctly only when a minimal version was
  185. passed to AM_PATH_PYTHON). Report from Stepan Kasal.
  186. (_AM_PYTHON_INTERPRETER_LIST): Define using m4_define_default,
  187. so we can easily override the list from the test suite.
  188. * tests/python11.test: New file.
  189. * tests/Makefile.am (TESTS): Add python11.test.
  190. * doc/automake.texi (Libtool Modules): Make clearer that -module
  191. should appear explicitly in _LDFLAGS.
  192. 2004-11-09 Alexandre Duret-Lutz <adl@gnu.org>
  193. * aclocal.in (parse_arguments): Correctly recognize --print-ac-dir.
  194. * tests/aclocal.test: Check --print-ac-dir and a unknown option.
  195. * aclocal.in (parse_arguments): Fix detection of unexisting default
  196. $(datadir)/aclocal. Report from Akim.
  197. 2004-11-07 Alexandre Duret-Lutz <adl@gnu.org>
  198. * aclocal.in ($acdir): Rename as ...
  199. (@system_includes): ... this.
  200. (@user_includes, @automake_includes): New variables.
  201. ($default_acdir, $default_dirlist): Remove.
  202. (parse_arguments): Populate @user_includes, @automake_includes, and
  203. @system_includes instead of filling a unique @dirlist array.
  204. ("MAIN"): Adjust to scan m4 files in @user_includes,
  205. @automake_includes, and @system_includes.
  206. 2004-11-06 Alexandre Duret-Lutz <adl@gnu.org>
  207. * aclocal.in (parse_arguments): Correct comment. From Akim.
  208. 2004-11-04 Alexandre Duret-Lutz <adl@gnu.org>
  209. * aclocal.in: Use Automake::ChannelDefs, and adjust all output
  210. to be done via `fatal', `msg', `verb', or `prog_error'.
  211. (version): New function.
  212. (parse_arguments): Rewrite using Getopt::Long, call &version, and
  213. honor -W and --warning.
  214. ($verbose): Remove.
  215. (trace_used_macros): Do not trace the first arguments of macros
  216. for which we do not need it. This caused failures because of
  217. unexpected newlines in the output.
  218. * doc/automake.texi (aclocal options): Document -W and --warning.
  219. * tests/defs.in (ACLOCAL): Always use -Werror, to catch Perl
  220. warnings about uninitialized variables.
  221. 2004-11-03 Alexandre Duret-Lutz <adl@gnu.org>
  222. * tests/defs.in: Do not distinguish VERBOSE=x from
  223. VERBOSE=anything_but_x, always turn on shell traces.
  224. * aclocal.in (write_aclocal): Make sure $map_traced_defs{$m} exists
  225. before using it. Suppress a warning observable in test/acloca16.test.
  226. Report from Ralf Wildenhues.
  227. 2004-11-01 Alexandre Duret-Lutz <adl@gnu.org>
  228. * lib/Automake/XFile.pm (lock): Make sure $ENV{'MAKEFLAGS'} exists
  229. before inspecting it; this fixes "uninitialized value in
  230. concatenation" diagnostics when flock fails.
  231. Report from Gary V. Vaughan.
  232. * aclocal.in: Use strict and -w. Declare local variables with `my',
  233. and get rid of `local'.
  234. (scan_m4_files, add_macro): Reindent these functions while we are
  235. at it.
  236. * lib/config.guess, lib/texinfo.tex: New upstream versions.
  237. * doc/automake.texi (LIBOBJS): Spelling and grammar corrections
  238. from Ralf Wildenhues.
  239. 2004-10-31 Alexandre Duret-Lutz <adl@gnu.org>
  240. * doc/automake.texi (LIBOBJS): Augment with an example setup.
  241. (LTLIBOBJ): Rename as ...
  242. (LTLIBOBJS): ... this. Link to LIBOBJS, and mention LTALLOCA.
  243. 2004-10-25 Alexandre Duret-Lutz <adl@gnu.org>
  244. * doc/automake.texi: Untabify, tabs in the examples are poorly
  245. rendered.
  246. * Makefile.am (maintainer-check): Grep tabs in the manual.
  247. * tests/comment8.test: Use $MAKE, not make.
  248. 2004-10-24 Alexandre Duret-Lutz <adl@gnu.org>
  249. * tests/distcom3.test: Typo.
  250. 2004-10-22 Alexandre Duret-Lutz <adl@gnu.org>
  251. * doc/automake.texi (Libtool Convenience Libraries): Explain how
  252. to force the linker selection.
  253. * lib/install-sh: Fix the dirname emulation to ignore trailing
  254. slashes, i.e., the direname of `a/b/' is `a', not `a/b/'. This
  255. caused `install-sh a/b/' to fail.
  256. * tests/instsh2.test: Augment.
  257. Report from Пухальский Юрий Андреевич.
  258. 2004-10-21 Alexandre Duret-Lutz <adl@gnu.org>
  259. * automake.in (get_object_extension): The extension to use is know
  260. by the caller, and cannot be selected by looking only at the
  261. target name. Simplify this function to simply conditionally
  262. prepend $U to the given extension.
  263. (handle_programs, handle_libraries, handle_ltlibraries): Hard-code
  264. the extension to use. This way Automake won't mistake a program
  265. named `foo.la' as a libtool library.
  266. * tests/primary3.test: New file.
  267. * tests/Makefile.am (TESTS): Add primary3.test.
  268. 2004-10-12 Alexandre Duret-Lutz <adl@gnu.org>
  269. * doc/automake.texi (Install): Link to node Extending for examples.
  270. (Extending): More comments about install-data-hook vs
  271. install-exec-hook, and link to Install.
  272. * configure.ac: Export @am_AUTOCONF@.
  273. * tests/defs.in (AUTOCONF): Define as @am_AUTOCONF@, not @AUTOCONF@,
  274. so the test suite runs `autoconf' and not `missing --run autoconf'.
  275. * tests/missing.test, tests/missing2.test: Arrange for missing
  276. to be used in front of autoconf even if the user has exported
  277. AUTOCONF. This fixes two spurious failures reported by
  278. Mark D. Baushke.
  279. * lib/compile: Handle output.obj in addition to output.o.
  280. * tests/compile.test: Check for this.
  281. 2004-10-11 Alexandre Duret-Lutz <adl@gnu.org>
  282. * doc/automake.texi (Sources): Typo, reported by Karl Berry.
  283. 2004-10-10 Kelley Cook <kcook@gcc.gnu.org> (tiny change)
  284. Alexandre Duret-Lutz <adl@gnu.org>
  285. * aclocal.in ($ac_defun_rx): Match AC_DEFUN_ONCE.
  286. (trace_used_macros): Trace AC_DEFUN_ONCE.
  287. * tests/aclocal5.test: Use AC_DEFUN_ONCE.
  288. 2004-10-10 Stepan Kasal <kasal@ucw.cz> (tiny change)
  289. * doc/automake.texi (Extending): Typo.
  290. 2004-10-10 Martin Waitz <tali@admingilde.org> (tiny change)
  291. * m4/as.m4 (AM_PROG_AS): Check dependency tracking mode for CCAS.
  292. * automake.in (cppasm): Use the dependency tracking more for CCAS.
  293. * doc/automake.texi (Assembly Support): Note that *.S are
  294. preprocessed with CPPFLAGS.
  295. 2004-10-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
  296. * automake.in (Languages): Split .s (asm) and .S (cppasm) into
  297. separate languages. Make cppasm (Preprocessed Assembler) aware
  298. of CPPFLAGS, AM_CPPFLAGS.
  299. (handle_languages): Fix typo.
  300. (lang_cppasm_rewrite): New function.
  301. 2004-09-29 Alexandre Duret-Lutz <adl@gnu.org>
  302. * tests/subobj9.test: Adjust regexes after previous patch.
  303. 2004-09-28 Alexandre Duret-Lutz <adl@gnu.org>
  304. * automake.in (handle_languages, define_compiler_variable): Output
  305. Libtool's --tag= option before --mode=compile, because depcomp use
  306. --mode=compile as end marker for libtool arguments.
  307. (define_linker_variable): Likewise before --mode=link, for
  308. uniformity.
  309. * tests/pr307.test: Make sure dependency files are updated. That
  310. was not the case because depcomp thought `--tag=CC' was the
  311. compiler to get dependencies from.
  312. Report from Пухальский Юрий Андреевич.
  313. 2004-09-26 Alexandre Duret-Lutz <adl@gnu.org>
  314. * configure.ac: Require Perl 5.6.
  315. * lib/Automake/Config.in: Require Perl 5.6 (not done in
  316. lib/Automake/General.pm because it is shared with Autoconf),
  317. and use `our' instead of `use vars'.
  318. * aclocal.in (rel2abs): Remove.
  319. (scan_configure_dep): Use File::Spec->rel2abs instead.
  320. * tests/compile.test, tests/instsh2.test, tests/instspc.test: Use
  321. two consecutive spaces in filename instead of one, to catch mistake
  322. like `echo $val | ...`.
  323. * tests/README: Suggest this.
  324. Suggested by Ralf Wildenhues.
  325. 2004-09-25 Alexandre Duret-Lutz <adl@gnu.org>
  326. * doc/automake.texi (Clean): Document -local targets.
  327. 2004-09-25 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  328. * doc/automake.texi: Typos.
  329. 2004-09-21 Alexandre Duret-Lutz <adl@gnu.org>
  330. * doc/automake.texi (Timeline): Typos and other English mistakes
  331. reported by Jim and Gary.
  332. * lib/Automake/VarDef.pm (append): Strip comments from augmented
  333. variables.
  334. * tests/comment8.test: New file.
  335. * tests/Makefile.am (TESTS): Add comment8.test.
  336. Report from Stepan Kasal.
  337. 2004-09-19 Alexandre Duret-Lutz <adl@gnu.org>
  338. * tests/compile.test: Fix rm usage.
  339. * INSTALL, lib/INSTALL, lib/config.sub, lib/config.guess,
  340. lib/texinfo.tex: New upstream versions.
  341. * doc/automake.texi (Timeline): New node. Thanks to Karl and Tom
  342. for their comments on a preliminary version of this, Akim for
  343. digging out some old mails, and Jason Molenda for sending the note
  344. about Automake in Alias to Tom.
  345. (Releases): Rename `ac' to `acl', suggested by Akim.
  346. 2004-09-19 Akim Demaille <akim@epita.fr>
  347. * AUTHORS, automake.in, aclocal.in: Add Alexandre Duret-Lutz as
  348. author.
  349. 2004-09-15 Alexandre Duret-Lutz <adl@gnu.org>
  350. * doc/automake.texi (Releases): New node.
  351. * doc/automake.texi (Dependencies): Link to Dependency Tracking
  352. Evolution.
  353. (Dependency Tracking Evolution): Link to GNU make, Sources (for
  354. BUILT_SOURCES), and update the paragraph about the "plan" to
  355. inline dependency tracking with gcc3.
  356. * doc/automake.texi (History): New node.
  357. (Dependency Tracking Evolution): New node, filled with a Texinfo
  358. version of Tom Tromey's ``Dependency Tracking in Automake''
  359. document, initially published on the Automake homepage on
  360. 2001-06-29.
  361. 2004-09-10 Alexandre Duret-Lutz <adl@gnu.org>
  362. * m4/minuso.m4 (AM_PROG_CC_C_O): Make sure AC_PROG_CC is never
  363. called after this macro.
  364. * tests/distname.test, tests/subdir5.test, tests/subdir8.test,
  365. tests/subobj.test, tests/subobj4.test, tests/subobj5.test,
  366. tests/subobj6.test: Adjust.
  367. Report from Ralf Wildenhues.
  368. * lib/Automake/Channels.pm (_print_message): Handle uniq_part with
  369. arbitrary string.
  370. * automake.in (lang_c_rewrite): Set uniq_part so that the
  371. AM_PROG_CC_C_O diagnostic is output only once for subdir objects
  372. and only once for objects with per-target flags.
  373. * automake.in (lang_c_rewrite): Print files and locations
  374. for AM_PROG_CC_C_O errors.
  375. (handle_single_transform): Pass $var to &$subr so it can
  376. print locations.
  377. * lib/compile, lib/elisp-comp, lib/install-sh, lib/ylwrap: Use $ret
  378. instead of $status which is read-only in Zsh.
  379. 2004-09-10 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
  380. Alexandre Duret-Lutz <adl@gnu.org>
  381. * lib/compile: Preserve spaces in arguments (for example
  382. -DPACKAGE_STRING="foo 0.1").
  383. * tests/compile.test: New file.
  384. * tests/Makefile.am (TESTS): Add compile.test.
  385. 2004-09-07 Alexandre Duret-Lutz <adl@gnu.org>
  386. * automake.in (handle_clean): Sort rm commands output for
  387. mostlyclean-generic, clean-generic, distclean-generic, and
  388. maintainer-clean-generic.
  389. Report from Bob Friesenhahn.
  390. * automake.in (lang_c_rewrite): Do not require AM_PROG_CC_C_O for
  391. libtool objects.
  392. (handle_single_transform): Pass nonansi_obj to &$subr so
  393. lang_c_rewrite can distinguish libtool objects.
  394. * tests/libtool7.test: Use subdir-objects without using AM_PROG_CC_C_O.
  395. Report from Gary V. Vaughan and Patrick Welche.
  396. 2004-09-07 Andreas Schwab <schwab@suse.de>
  397. * automake.in ($PATH_PATTERN): Add `+'.
  398. 2004-09-07 Alexandre Duret-Lutz <adl@gnu.org>
  399. * tests/missing3.test: New file (check for Paolo's change below).
  400. * tests/Makefile.am (TESTS): Add missing3.test.
  401. 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
  402. * missing: Handle all command line options together. Add a
  403. separate case statement to detect failed runs, and fail
  404. silently there if --help or --version is passed to the program.
  405. 2004-08-11 Alexandre Duret-Lutz <adl@gnu.org>
  406. * lib/config.guess, lib/texinfo.tex: New upstream versions.
  407. For PR automake/433:
  408. * configure.ac (pkgvdatadir): Define using "$PACKAGE", not "automake".
  409. Fix PR automake/432:
  410. * lib/am/yacc.am [!%?MORE-THAN-ONE%]: Replace `#line's in y.tab.h too.
  411. * tests/yacc7.test: Check this.
  412. 2004-08-08 Alexandre Duret-Lutz <adl@gnu.org>
  413. * lib/Automake/DisjConditions.pm (new): Precompute 'string' and 'conds'
  414. in place instead of as a side-effect of calling ->string and ->conds.
  415. This saves method-lookup time, simplify ->string and ->conds, and
  416. allows to create the object only when necessary.
  417. (string, conds): Simplify, now that the result is precomputed.
  418. * automake.in (%am_file_cache): New hash.
  419. (make_paragraphs): Cache .am files with comments stripped to save
  420. some useless input and substitutions.
  421. * lib/Automake/Variable.pm (%_primary_dict): New hash.
  422. (_new, variable_delete): Update %_primary_dict.
  423. (variables): Accept an optional $suffix argument.
  424. * automake.in (check_typos, am_primary_prefixes): Use that
  425. optional argument to restrict the loops over the variables we are
  426. interested in.
  427. 2004-08-06 Alexandre Duret-Lutz <adl@gnu.org>
  428. * lib/Automake/Item.pm (def): Rewrite more concisely, it's faster
  429. this way.
  430. 2004-08-05 Alexandre Duret-Lutz <adl@gnu.org>
  431. Speed up make_paragraphs.
  432. * automake.in (handle_languages): Always define SUBDIROBJ,
  433. DERIVED-EXT, and DIST_SOURCE, because the new transform() will
  434. abort on unknown tokens.
  435. (transform): Rewrite with different semantics.
  436. (make_paragraphs): Make a single pass over the paragraph to
  437. transform all template tokens instead of doing as much passes as
  438. possible token.
  439. * automake.in ($libtool_new_api): New variable.
  440. (handle_libtool): Do not libtool's aux files if $libtool_new_api.
  441. (scan_autoconf_traces) <LT_SUPPORTED_TAG>: Set $libtool_new_api.
  442. (scan_autoconf_traces) <AC_REQUIRE_AUX_FILE>: Remember only the
  443. first location for required files.
  444. 2004-08-04 Alexandre Duret-Lutz <adl@gnu.org>
  445. Support AC_REQUIRE_AUX_FILE, and fix requirement of AM_PROG_CC_C_O.
  446. * automake.in (%required_aux_file): New hash.
  447. (handle_single_transform, lang_c_rewrite): Do not explicitly
  448. require 'compile', this is now an internal detail of
  449. AM_PROG_CC_C_O.
  450. (scan_autoconf_traces): Trace AC_REQUIRE_AUX_FILE and fill
  451. %required_aux_file.
  452. (scan_autoconf_files): Require all %required_aux_file instead
  453. of explicitly requiring install-sh and missing.
  454. (generate_makefile): Do not require config.sub and config.guess.
  455. (handle_single_transform): Pass $have_per_exec_flags to
  456. &lang_c_rewrite.
  457. * configure.ac, m4/init.m4: Require Autoconf 2.59a.
  458. * doc/automake.texi (Optional): Document AC_REQUIRE_AUX_FILE.
  459. (Program and Library Variables, Options, Public macros):
  460. AM_PROG_CC_C_O is required when per-target flags or subdir-objects
  461. are used with C sources.
  462. * m4/minuso.m4: Require `compile' using AC_REQUIRE_AUX_FILE.
  463. * m4/missing.m4: Require `missing' similarly.
  464. * tests/acsubst2.test, tests/distcom2.test, tests/distcom6.test,
  465. tests/specflg.test, tests/specflg2.test, tests/specflg3.test,
  466. tests/specflg6.test, tests/specflg7.test, tests/specflg8.test,
  467. tests/specflg9.test, tests/subobj7.test, tests/target-cflags.test,
  468. tests/yacc6.test: Fix to use AM_PROG_CC_C_O.
  469. 2004-08-03 Alexandre Duret-Lutz <adl@gnu.org>
  470. * automake.in (yacc_lex_finish_helper): Fix definition of YLWRAP
  471. when ylwrap is installed in a default aux dir found in a parent
  472. package.
  473. * tests/subpkg.test: Augment to check that YLWRAP is installed
  474. properly.
  475. * doc/automake.texi (Yacc and Lex): ylwrap is not sought is the
  476. current directory.
  477. Report from Norman Gray.
  478. 2004-08-02 Alexandre Duret-Lutz <adl@gnu.org>
  479. * doc/automake.texi (Optional): Update documentation for
  480. AC_CANONICAL_BUILD, AC_CANONICAL_HOST, and AC_CANONICAL_TARGET.
  481. * automake.in (AC_CANONICAL_HOST, AC_CANONICAL_SYSTEM): Replace by ...
  482. (AC_CANONICAL_BUILD, AC_CANONICAL_HOST, AC_CANONICAL_TARGET): ... these.
  483. (scan_autoconf_traces): Scan for the latter three macros instead of
  484. the former two.
  485. (make_paragraphs): Adjust definitions of %BUILD%, %HOST%, and %TARGET%.
  486. * tests/hosts.test: New file.
  487. * tests/Makefile.am (TESTS): Add hosts.test.
  488. Report and test case from Norman Gray.
  489. 2004-08-01 Alexandre Duret-Lutz <adl@gnu.org>
  490. * aclocal.in (scan_file): Update "#Extending%20aclocal" URL, makeinfo
  491. 4.7 now outputs "#Extending-aclocal".
  492. 2004-08-01 Alexandre Duret-Lutz <adl@gnu.org>
  493. Derek R. Price <derek@ximbiot.com>
  494. Disable Lex and Yacc rules whenever possible if AM_MAINTAINER_MODE
  495. is used and maintainer-mode disabled.
  496. * automake.in (Automake::struct): Define nodist_specific.
  497. Set it in languages yacc, yaccxx, lex, and lexxx.
  498. (register_language): Default nodist_specific to 0.
  499. (handle_single_transform): Honor nodist_specific.
  500. * lib/am/yacc.am (am__skipyacc): Define this in maintainer mode.
  501. (%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skipyacc) to disable these
  502. rules when needed.
  503. * lib/am/lex.am (am__skiplex): Define this in maintainer mode.
  504. (%EXT%%DERIVED-EXT%, %OBJ%): Use $(am__skiplex) to disable these
  505. rules when needed.
  506. * tests/mmodely.test: New file.
  507. * tests/pr204.test: Augment to check AM_MAINTAINER_MODE and nodist_
  508. parsers.
  509. * tests/Makefile.am (TESTS): ADd mmodely.test.
  510. * doc/automake.texi (Yacc and Lex): Note dependence on maintainer mode.
  511. 2004-07-28 Alexandre Duret-Lutz <adl@gnu.org>
  512. * configure.ac, NEWS: Bump version to 1.9a.
  513. * configure.ac, NEWS: Bump version to 1.9.
  514. * automake.in (generate_makefile): Update misleading comment about
  515. libtool scripts.
  516. * lib/texinfo.tex: New upstream version.
  517. 2004-07-25 Alexandre Duret-Lutz <adl@gnu.org>
  518. * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Remove `.' from the mkdir_p
  519. definition, it causes `make install' to fails for user with no
  520. right to write in the source-tree.
  521. * automake.in (handle_configure): Do not use mkdir_p in the
  522. definition for $(mkdir_p).
  523. Report from Harlan Stenn.
  524. * lib/am/texi-vers.am (%STAMPVTI%): Typo in comment.
  525. 2004-07-22 Alexandre Duret-Lutz <adl@gnu.org>
  526. * doc/automake.texi (Libtool Modules): Typo in example.
  527. Report from Ulrich Eckhardt.
  528. 2004-07-21 Andreas Schwab <schwab@suse.de> (tiny change)
  529. * automake.in (check_directory): Quote $dir in regexp.
  530. 2004-07-17 Alexandre Duret-Lutz <adl@gnu.org>
  531. * configure.ac, NEWS: Bump version to 1.8e.
  532. * configure.ac, NEWS: Bump version to 1.8d.
  533. * lib/config-ml.in, lib/config.sub, lib/config.guess, lib/texinfo.tex:
  534. New upstream versions.
  535. * lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
  536. ?!GENERIC?%DEST_PREFIX%.html): Use $(X), not ${X}.
  537. * tests/installdir.test: installdirs-local should appear three times,
  538. since the change from 2004-07-11 will make it PHONY.
  539. * lib/am/distdir.am (distdir): Always use $(DIST_SUBDIRS) now
  540. that it is always defined. This is less confusing for users
  541. reading the generated Makefiles.
  542. * automake.in (handle_dist): Do not substitute DIST_SUBDIR_NAME.
  543. * lib/am/texibuild.am (?GENERIC?%SOURCE_SUFFIX%.html,
  544. ?!GENERIC?%DEST_PREFIX%.html): Output .htp, and then rename to .html
  545. on success. In case the target is a directory, this ensures its
  546. time stamp is updated and the no files are left over inside.
  547. * tests/txinfo21.test: Augment to test missing timestamp update
  548. reported by Akim Demaille.
  549. * doc/automake.texi (Top level): Rename as ...
  550. (Directories): ... this, and split into ...
  551. (Subdirectories, Conditional Subdirectories): ... these.
  552. (Subdirectories): Illustrate the use of `.'.
  553. (Conditional Subdirectories): Describe SUBDIRS and DIST_SUBDIRS
  554. before the example. Append a discussion about non-configured
  555. conditional directories.
  556. (Alternative): Move as a child of Directories.
  557. (Subpackages): New section.
  558. (Dist): Adjust links to Subdirectories, a Subpackages.
  559. (Third-Party Makefiles): Link to Conditional Subdirectories.
  560. 2004-07-14 Alexandre Duret-Lutz <adl@gnu.org>
  561. * automake.in (target_hook): Accept %transform as last argument.
  562. (handle_single_transform): Pass %transform to target_hook.
  563. (handle_source_transform): Define DIST_SOURCE to tell whether
  564. a the source of a file is distributed or not.
  565. (lang_yacc_target_hook): Check DIST_SOURCE, and do not distribute
  566. the generated header if the .y source is not distributed.
  567. * tests/pr204.test: Use AM_YFLAGS = -d and make sure generated
  568. headers are not distributed.
  569. 2004-07-12 Simon Josefsson <jas@extundo.com> (tiny change)
  570. * doc/automake.texi (Options): Improve ustar file name length
  571. discussion. Reference tar manual.
  572. 2004-07-12 Ray Simard <rhs.techlists@sylvan-glade.com> (tiny change)
  573. * lib/Automake/Variable.pm (define): Fix precondition check.
  574. 2004-07-11 Alexandre Duret-Lutz <adl@gnu.org>
  575. For PR automake/428:
  576. Support for conditionally defined -hook and -local rules.
  577. * automake.in (user_phony_rule): New function.
  578. (handle_dist, handle_install, handle_all, do_check_merge_target,
  579. handle_factored_dependencies): Use user_phony_rule before
  580. adding a user -hook or -local rule as a dependency to ensure
  581. it is always defined an phony.
  582. * tests/cond37.test, tests/condhook.test: New files.
  583. * tests/Makefile.am (TESTS): Add them.
  584. Report from Simon Josefsson and Nik A. Melchior.
  585. 2004-07-05 Paul Eggert <eggert@cs.ucla.edu>
  586. * doc/automake.texi (Install): Warn that you should create
  587. /tmp/staging before installing into it, to avoid security problems.
  588. * lib/install-sh: Remove support for -b= and -t= options; this
  589. has been moribund for a decade.
  590. Add support for -t and -T options (new in coreutils install).
  591. -c option now does nothing (the default is to copy), for
  592. compatibility with BSD and coreutils 'install'.
  593. Fix usage message; it referred to nonexistent variables.
  594. Don't assume 'lasterr' is unset in environment.
  595. * tests/instsh2.test: Don't assume that install-sh without -c
  596. moves (it now copies). Add tests for new -t and -T options.
  597. 2004-06-16 Alexandre Duret-Lutz <adl@gnu.org>
  598. For Debian Bug#254372:
  599. * doc/automake.texi (Invoking aclocal): Rewrite the paragraph
  600. explaining m4_include is used for relative files.
  601. 2004-06-10 Alexandre Duret-Lutz <adl@gnu.org>
  602. For Debian Bug #251820:
  603. * aclocal.in (scan_file): Keep track of the location where each
  604. file is included, and display it when reporting a missing file.
  605. Pass this location to scan_file as a second argument.
  606. (scan_m4_files): Adjust calls to scan_file.
  607. * tests/acloca14.test: Add a test for this diagnostic.
  608. 2004-06-07 Alexandre Duret-Lutz <adl@gnu.org>
  609. * m4/tar.m4 (_AM_PROG_TAR): Split the definition of $_am_tools
  610. so it works with Solaris and Tru64 /bin/sh.
  611. Report from Nicolas Joly.
  612. 2004-06-06 Alexandre Duret-Lutz <adl@gnu.org>
  613. * m4/tar.m4 (_AM_PROG_TAR): Introduce $_am_tools to work around a
  614. bug in NetBSD /bin/sh.
  615. Report from Nicolas Joly.
  616. 2004-06-03 Alexandre Duret-Lutz <adl@gnu.org>
  617. * tests/defs.in (required=icc): Use `-V -help' instead of
  618. `-V -dryrun'. icc 8.0 fails on the latter.
  619. * tests/depcomp5.test: Require depmode=icc for icc 7.x, and
  620. depmod=gcc otherwise.
  621. Report from Ralf Wildenhues.
  622. * lib/am/clean.am (distclean-generic): Do no
  623. `rm -f $(CONFIG_CLEAN_FILES)' if `$(CONFIG_CLEAN_FILES)' is empty.
  624. Report from Nicolas Joly.
  625. 2004-05-31 Alexandre Duret-Lutz <adl@gnu.org>
  626. * NEWS: Make clearer that we do not output partial Makefile.ins on
  627. error.
  628. Suggested by Akim Demaille.
  629. * lib/depcomp (tru64) [libtool]: Use $dir$base.o.d instead
  630. of $dir.libs/$base.o.d. Libtool 1.5 causes both to be output,
  631. and we will clean the second automatically during distclean.
  632. Using the latter and leaving the former as we did before cause
  633. "files left in build directory" failures during distcheck.
  634. Suggested by Nicolas Joly.
  635. * doc/automake.texi (Built sources example): Explain what
  636. nodist_foo_SOURCES is (not) useful to, and use it in all the
  637. examples.
  638. (Tags): Mention nodist_noinst_HEADERS and nodist_prog_SOURCES.
  639. Suggested by Akim Demaille.
  640. 2004-05-23 Alexandre Duret-Lutz <adl@gnu.org>
  641. * configure.ac, NEWS: Bump version to 1.8c.
  642. * configure.ac, NEWS: Bump version to 1.8b.
  643. * m4/tar.m4 (_AM_PROG_TAR) <cpio>: Specify -o and -i option first,
  644. by POSIX; and use option -d in am_untar.
  645. * tests/defs.in (PATH): Export it.
  646. * lib/am/multilib.am: Add $(MAKE) comments to multido and
  647. multiclean lines, to enable parallel make. Based on a patch
  648. by Alexandre Oliva applied to newlib on 2003-10-15.
  649. 2004-05-22 Alexandre Duret-Lutz <adl@gnu.org>
  650. * automake.in (scan_autoconf_traces): Trace for LT_SUPPORTED_TAG
  651. instead of AC_LIBTOOL_TAGS, since that how CVS Libtool has been
  652. changed.
  653. * tests/libtool3.test: Do not grep for --tag=CC, since CVS
  654. Libtool (unlike Libtool 1.5) does not has any CC tag.
  655. * tests/tar2.test: Skip the test if no pax archiver were found.
  656. * NEWS: Sync with branch-1-8, and reorganize current entry.
  657. * automake.in (handle_libraries): Make the diagnostic about
  658. non standard libraries a warning in foreign packages. This
  659. is already the case in handle_ltlibraries.
  660. (handle_libraries, handle_ltlibraries): Suggest a standard
  661. library name in the diagnostic, to help newcomers.
  662. * tests/stdlib.test, tests/stdlib2.test: Check for these
  663. suggestions.
  664. Check directory names for unportable names. Shaking the code
  665. to check this also led to the removal of the no-"/"-in-SUBDIRS
  666. restriction, and a fix to _do_recursive_traversal.
  667. * automake.in (check_directory): New function extracted from
  668. handle_subdirs, and augmented to check for reserved W32/DOS name.
  669. (check_directories_in_var): New function.
  670. (handle_subdirs): Call check_directories_in_var. Doing so also
  671. suppress the restriction that SUBDIRS should not contain slashes.
  672. (scan_autoconf_traces) <AC_CONFIG_AUX_DIR>: Call check_directory
  673. to ensure the argument exists and is safe.
  674. * doc/automake.texi (Top level): Do not say that src/subdir
  675. cannot be put in SUBDIRS.
  676. (Dist): Mention that distdir and top_distdir can be absolute.
  677. * lib/Automake/Variable.pm (_do_recursive_traversal) Support
  678. undefined $fun_collect, and fix two bugs introduced with
  679. skip_ac_subst on 2004-03-07.
  680. * lib/am/distdir.am (distdir): Use absolute distdir and
  681. top_distdir when recursing, because we can no longer prepend only
  682. `..' in case of SUBDIRS with `/'.
  683. * tests/auxdir4.test, tests/subdir9.test: New files.
  684. * tests/Makefile.am (TESTS): Add auxdir4.test.
  685. * tests/cond2.test, tests/subdir7.test: Augment to check location
  686. in diagnostics.
  687. 2004-05-21 Eric Blake <ebb9@byu.net> (tiny changes)
  688. * tests/txinfo22.test (AC_CONFIG_AUX_DIR): Use aux1, not aux, for
  689. cygwin compatibility.
  690. * tests/yacc6.test (AC_CONFIG_AUX_DIR): Likewise.
  691. * tests/conflnk3.test: Isolate checking for working `test -e' into
  692. a subshell, to skip this test on broken /bin/sh of solaris.
  693. 2004-05-17 Alexandre Duret-Lutz <adl@gnu.org>
  694. * m4/cond.m4 (AM_CONDITIONAL): Double-quote diagnostic.
  695. * tests/condd.test: Define a macro with the same name as a
  696. conditional.
  697. * tests/pr220.test: Modernize, and make sure the diagnostics
  698. contains the macro name.
  699. Report from Volker Boerchers.
  700. 2004-05-16 Alexandre Duret-Lutz <adl@gnu.org>
  701. * lib/texinfo.tex: New upstream version.
  702. 2004-05-15 Alexandre Duret-Lutz <adl@gnu.org>
  703. * automake.in (handle_dist): Always define DIST_SUBDIRS, even when
  704. the no-dist or cygnus options are used.
  705. * tests/clean2.test: New file.
  706. * tests/Makefile.am (TESTS): Add clean2.test.
  707. Report from Daniel Jacobowitz.
  708. * aclocal.in (add_macro): Do not error out on undefined required
  709. macros. We are not sure they are really used, and Autoconf
  710. already diagnoses them.
  711. (scan_configure_dep): Diagnose missing AM_ macros as warnings rather
  712. than errors.
  713. * tests/aclocal3.test, tests/ammissing.test: Adjust to expect a
  714. warning instead of an error.
  715. * tests/aclocal8.test: AC_REQUIRE an undefined macro in an unused
  716. macro, and ensure aclocal works anyway.
  717. * tests/acloca17.test: New file.
  718. * tests/error.test: Delete, superseded by tests/acloca17.test.
  719. * tests/Makefile.am (TESTS): Add acloca17.test and remove error.test.
  720. Report from Jim Meyering.
  721. * lib/am/texibuild.am (?!GENERIC_INFO?%DEST_INFO_PREFIX%%DEST_SUFFIX%):
  722. Fold a few lines to reduce the output by 5 lines.
  723. Suggested by Karl Berry.
  724. * automake.in (parse_arguments, MAIN): Give more precise
  725. diagnostics when no input file is found.
  726. * tests/output5.test: Adjust.
  727. Suggested by Jens Petersen.
  728. 2004-05-14 Alexandre Duret-Lutz <adl@gnu.org>
  729. * lib/am/libs.am (AR, ARFLAGS): Move these definition ...
  730. * automake.in (handle_libraries): ... here, so that they are
  731. output even for EXTRA_LIBRARIES.
  732. * tests/ar2.test: New file.
  733. * tests/Makefile.am (TESTS): Add it.
  734. Report from Kevin Ryde.
  735. 2004-05-13 Alexandre Duret-Lutz <adl@gnu.org>
  736. * automake.in (generate_makefile): Do not output Makefile.in on
  737. errors.
  738. * tests/werror2.test: New file.
  739. * tests/Makefile.am (TESTS): Add werror2.test.
  740. * tests/substtarg.test, tests/cond36.test, tests/backsl4.test:
  741. Adjust to run automake with -Wno-error when the output is expected
  742. in spite of the error.
  743. Report from Harlan Stenn.
  744. * doc/automake.texi (Program and Library Variables): Remove
  745. doubled word in footnote.
  746. * automake.in (handle_source_transform): Also check for a
  747. $(srcdir)/old_source rule when computing the default source name.
  748. Propagate this $(srcdir) prefix in Automake variables.
  749. * tests/ltlibsrc.test (noinst_LTLIBRARIES): Explicitly refer to
  750. $(srcdir)/zoo_d_old2_la.c. This fixes another failure with BSD Make.
  751. 2004-05-13 Paul Eggert <eggert@cs.ucla.edu>
  752. * Makefile.am (fetch): Work even with FreeBSD "make", which
  753. uses sh -e and thus errors-out if a simple-command fails.
  754. * lib/am/check.am (check-TESTS): Likewise.
  755. * lib/am/ltlib.am (clean-%DIR%LTLIBRARIES): Likewise.
  756. * lib/am/tags.am (TAGS): Likewise.
  757. 2004-05-13 Alexandre Duret-Lutz <adl@gnu.org>
  758. * tests/lex3.test, tests/yacc6.test: Require GNU Make.
  759. Fixing these for BSD Make requires invasive changes (lexers and
  760. parsers must be built into $srcdir, and--most annoyingly--all
  761. references to parse.h must be changed to $(srcdir)/parse.h).
  762. Report from Mark D. Baushke.
  763. 2004-05-10 Alexandre Duret-Lutz <adl@gnu.org>
  764. * tests/defs.in (GNUmake): Grep for GNU to parry FreeBSD make.
  765. Report from Mark D. Baushke.
  766. 2004-04-25 Alexandre Duret-Lutz <adl@gnu.org>
  767. * lib/texinfo.tex: New upstream version.
  768. * lib/depcomp (tru64): Clarify comments. Thanks to Nicolas Joly.
  769. * doc/automake.texi (Headers): Revamp.
  770. 2004-04-24 Alexandre Duret-Lutz <adl@gnu.org>
  771. * automake.in (check_typos): Clarify the diagnostic.
  772. * tests/warnopts.test: Adjust.
  773. * lib/Automake/VarDef.pm (append): Turn VAR_ASIS variables into
  774. VAR_PRETTY variables to work around make implementation with
  775. limited line length, such as OSF1/Tru64 make.
  776. * tests/longline.test: New file.
  777. * tests/Makefile.am (TESTS): Add it.
  778. * tests/pluseq3.test, tests/pluseq8.test: Adjust.
  779. Report from Simon Josefsson.
  780. * lib/am/tags.am (TAGS): Pass `.' to Exuberant Ctags if
  781. --etags-include is used but no other files are supplied, so it
  782. creates the TAGS file anyway.
  783. Report from Akim Demaille.
  784. * lib/depcomp (tru64) [libtool]: Nicolas Joly reported on
  785. 2002-06-12 that dependencies were output in $dir.libs/$base.lo.d.
  786. Teun Burgers reported on 2004-03-30 they were in
  787. $dir.libs/$base.o.d. Try both.
  788. 2004-04-23 Alexandre Duret-Lutz <adl@gnu.org>
  789. For PR automake/414:
  790. Introduce option filename-length-max=99.
  791. * doc/automake.texi (Options): Document it.
  792. * configure.ac (AM_INIT_AUTOMAKE): Use it.
  793. * lib/Automake/Options.pm (_process_option_list): Recognize it.
  794. * automake.in (handle_dist): Set FILENAME_FILTER.
  795. * lib/am/distdir.am (distdir) [FILENAME_FILTER]: Diagnose long
  796. filenames.
  797. * tests/fn99.test: New file.
  798. * tests/Makefile.am (TESTS): Add fn99.test.
  799. 2004-04-20 Alexandre Duret-Lutz <adl@gnu.org>
  800. For PR automake/414:
  801. Introduce options tar-v7, tar-ustar, and tar-pax to select
  802. tar format.
  803. * doc/automake.texi (Options): Document them.
  804. * lib/Automake/Options.pm (_process_option_list): Process
  805. these new options.
  806. * lib/am/distdir.am (dist-gzip, dist-bzip2, dist-tarZ, dist,
  807. distcheck): Adjust to use am__tar and am__untar.
  808. * m4/tar.m4: New file.
  809. * m4/Makefile.am (dist_m4data_DATA): Add tar.m4.
  810. * m4/init.m4 (AM_INIT_AUTOMAKE): Support the new options
  811. and call _AM_PROG_TAR.
  812. * tests/tar.test, tests/tar2.test, tests/tar3.test: New files.
  813. * tests/Makefile.am (TESTS): Add them.
  814. 2004-04-18 Alexandre Duret-Lutz <adl@gnu.org>
  815. * lib/am/distdir.am (distcheck): Typo in shar decompression.
  816. * lib/config.guess, lib/config.sub, lib/texinfo.tex: New upstream
  817. versions.
  818. 2004-04-17 Alexandre Duret-Lutz <adl@gnu.org>
  819. Fix PR automake/49:
  820. * automake.in (scan_autoconf_traces) <AC_CONFIG_AUX_DIR>: Diagnose
  821. calls to AC_CONFIG_AUX_DIR followings calls to AM_INIT_AUTOMAKE.
  822. * tests/auxdir.test, tests/auxdir2.test, tests/lex5.test,
  823. tests/mdate3.test, tests/multlib.test, tests/reqd2.test,
  824. tests/symlink.test, tests/txinfo8.test, tests/txinfo22.test,
  825. tests/yacc6.test, tests/yacc8.test: Fix to call AC_CONFIG_AUX_DIR
  826. before AM_INIT_AUTOMAKE.
  827. * tests/auxdir3.test: New file (exercise this diagnostic).
  828. * tests/Makefile.am (TESTS): Add auxdir3.test.
  829. 2004-04-15 Alexandre Duret-Lutz <adl@gnu.org>
  830. * aclocal.in (%map_traced_defs): New variable.
  831. (scan_m4_files): Normalize filenames.
  832. (trace_used_macros): Trace for AC_DEFUN and AU_DEFUN, also
  833. ask for the filename and the first argument. Populate
  834. %map_traced_defs.
  835. (write_aclocal): Use $map_traced_defs to filter out unused
  836. definitions.
  837. * tests/acloca16.test: New file.
  838. * tests/Makefile.am (TESTS): Add acloca16.test.
  839. 2004-04-12 Alexandre Duret-Lutz <adl@gnu.org>
  840. * automake.in ($automake_needs_to_reprocess_all_files): Remove.
  841. ($automake_will_process_aux_dir): New variable.
  842. (scan_autoconf_traces): Reorder @input_files so that the Makefile
  843. that distributes aux files is processed last. This way we do not
  844. have to process all files twice using
  845. $automake_will_process_aux_dir.
  846. (require_file_internal): Suggest a full run of automake when
  847. appropriate.
  848. (MAIN): Remove the loop on $automake_needs_to_reprocess_all_files.
  849. * tests/distcom7.test: New file.
  850. * tests/reqd2.test: Do not check for the "running more than two"
  851. message.
  852. * tests/Makefile.am (TESTS): Add distcom7.test.
  853. * automake.in (@config_aux_path, $config_aux_dir): Rename as ...
  854. ($config_aux_dir, $am_config_aux_dir): ... these.
  855. ($config_aux_dir_set_in_configure_in): Rename as ...
  856. ($config_aux_dir_set_in_configure_ac): ... this.
  857. (%require_file_found): Rename as ...
  858. (%required_file_not_found): ... this.
  859. (handle_languages, handle_texinfo_helper, handle_dist,
  860. handle_configure, handle_emacs_lisp, handle_python,
  861. scan_autoconf_traces, yacc_lex_finish_helper): Adjust to new names.
  862. (scan_autoconf_traces): Call locate_aux_dir.
  863. (locate_aux_dir): New function.
  864. (@require_file_paths): Remove, not used anymore.
  865. (require_file_internal): Look files in only one directory (instead
  866. of @require_file_internal) passed in argument.
  867. (require_file, require_conf_file): Pass the destination directory
  868. to require_file_internal.
  869. Fix for PR automake/416:
  870. * m4/depend.m4 (_AM_DEPENDENCIES): Catch `not supported' ICC 8.0
  871. remarks.
  872. From Peter Seiderer.
  873. 2004-04-10 Andreas Buening <andreas.buening@nexgo.de>
  874. * aclocal.in, automake.in, configure.ac, Makefile.am,
  875. tests/aclocal.in, tests/automake.in, tests/defs.in:
  876. Use PATH_SEPARATOR from autoconf instead of ':'.
  877. 2004-04-09 Alexandre Duret-Lutz <adl@gnu.org>
  878. * automake.in (handle_lib_objects): Pass the condition of
  879. the variable definition to handle_LIBOBJS and handle_ALLOCA,
  880. not the aggregated conditions.
  881. * tests/Makefile.am (TESTS): Add libobj14.test.
  882. * tests/libobj14.test: New file.
  883. Report from Bill Davidson.
  884. 2004-04-02 Mike Nolta <mike@nolta.net>
  885. Better support for Fortran 9x.
  886. * automake.in: Add "fc" and "ppfc" languages for Fortran 9x.
  887. * doc/automake.texi (Fortran 9x Support): New section.
  888. * lib/Automake/Variable.pm (%_ac_macro_for_var): Add AC_PROG_FC.
  889. * tests/compile_f90_c_cxx.test: New file.
  890. * tests/ext.test: Add AC_PROG_FC.
  891. * tests/f90only.test: New file.
  892. * tests/link_f90_only.test: New file.
  893. * tests/Makefile.am (TESTS): Add new tests.
  894. 2004-04-01 Paul Eggert <eggert@twinsun.com>
  895. * lib/install-sh: If "mv -f" works, use it, and fall back to
  896. the old "test -f" + "rm -f" + "mv" method only if "mv -f" does
  897. not work. This improves performance in the usual case where
  898. "mv -f" works. It also lets us install the "mv" command
  899. without worrying about a small window where "mv" does not
  900. exist (this problem was reported by Raul Nunez de Arenas
  901. Coronado).
  902. 2004-03-26 Alexandre Duret-Lutz <adl@gnu.org>
  903. * m4/python.m4 (AM_PATH_PYTHON): Make sure am_display_PYTHON is
  904. set when $PYTHON has been set by the user.
  905. From Esben Haabendal Soerensen.
  906. 2004-03-22 Alexandre Duret-Lutz <adl@gnu.org>
  907. * doc/automake.texi (Default _SOURCES): Typo.
  908. (true): Correct _'s placement in example.
  909. Report from Stepan Kasal.
  910. 2004-03-19 Alexandre Duret-Lutz <adl@gnu.org>
  911. Overriding JAVAROOT is legitimate, do not warn about it.
  912. * lib/Automake/Variable.pm (%_silent_variable_override): Add JAVAROOT.
  913. * tests/java2.test: Run automake without -Wno-override.
  914. Report from Simon Josefsson.
  915. 2004-03-14 Alexandre Duret-Lutz <adl@gnu.org>
  916. * automake.in (handle_texinfo_helper): Typos in comment.
  917. 2004-03-07 Alexandre Duret-Lutz <adl@gnu.org>
  918. * lib/config.guess: New upstream version.
  919. Fix for PR automake/285:
  920. * automake.in (handle_ltlibraries): Keep track of installation
  921. directories for each condition, then define a $(am_TARGET_rpath)
  922. variable to hold the -rpath flags of Libtool libraries conditionally
  923. installed in different directories.
  924. * lib/Automake/DisjConditions.pm (merge): New function.
  925. * tests/libtool6.test: Adjust.
  926. * tests/libtool8.test: New file.
  927. * tests/Makefile.am (TEST): Add libtool8.test.
  928. * lib/Automake/Variable.pm (traverse_recursively,
  929. _do_recursive_traversal): Honor the skip_ac_subst option.
  930. * automake.in (handle_dist): Use skip_ac_subst.
  931. 2004-02-29 Alexandre Duret-Lutz <adl@gnu.org>
  932. * Makefile.am (cvs-release): Upload to ~ftp/pub/automake, not
  933. ~ftp/automake.
  934. * lib/gnupload (Example): Update example.
  935. * lib/config-ml.in, lib/config.guess, lib/config.sub,
  936. lib/texinfo.tex: New upstream versions.
  937. * m4/depend.m4 (_AM_DEPENDENCIES): Use `touch' rather than `: >'
  938. to create numbered dependencies. This fixes a portability issue
  939. when CONFIG_SHELL is forced to /bin/sh on Solaris 8.
  940. Reported by Mark Phillips.
  941. * automake.in (lang_yacc_target_hook): Use Automake::Rule::define
  942. so that rules for the same headers are not output twice.
  943. * lib/Automake/Variable.pm (value_as_list_recursive): Do not
  944. call `return' inside `map'.
  945. * tests/cond30.test: Make sure `a.c' and `b.c' both appear
  946. in the Makefile.in.
  947. * tests/cond35.test, tests/cond36.test: New files.
  948. * tests/Makefile.am (TESTS): Add cond35.test and cond36.test.
  949. Report from Roman Fietze.
  950. Fix for PR/413:
  951. * lib/am/distdir.am (distcheck): Create $dc_destdir with `umask
  952. 077 && mkdir' instead of `$(mkdir_p)'. This prevents possible
  953. symlink attacks reported by Stefan Nordhausen.
  954. 2004-02-16 Alexandre Duret-Lutz <adl@gnu.org>
  955. * doc/automake.texi (Multiple Outputs): More text, based on
  956. comments from Eric Siegerman, Tim Van Holder, and Oren Ben-Kiki.
  957. 2004-02-15 Alexandre Duret-Lutz <adl@gnu.org>
  958. * m4/mkdirp.m4: Use `mkdir -p' only with GNU mkdir, because
  959. Solaris 8's mkdir is not thread-safe.
  960. * lib/mkinstalldirs: Likewise.
  961. * lib/install-sh: Abort when mkdir fails to create a directory.
  962. Report from Nathanael Nerode.
  963. 2004-02-07 Alexandre Duret-Lutz <adl@gnu.org>
  964. * aclocal.in (rel2abs): New function.
  965. (scan_configure_dep): Use rel2abs instead of File::Spec->rel2abs,
  966. the later does was introduced in Perl 5.6 so using it breaks with
  967. Perl 5.005.
  968. Report from Werner John.
  969. 2004-02-03 Alexandre Duret-Lutz <adl@gnu.org>
  970. * doc/automake.texi (Future of aclocal): Make clearer that
  971. it's ok to install macros into /usr/share/aclocal/.
  972. 2004-02-01 Alexandre Duret-Lutz <adl@gnu.org>
  973. * tests/lisp.test: Delete (pointless).
  974. * tests/Makefile.am (TESTS): Remove lisp.test.
  975. * lib/Automake/Variable.pm (transform_variable_recursively):
  976. Define rewritten variables in all conditions not *covered* by user
  977. definitions, not simply in conditions without a previous
  978. definition.
  979. * tests/cond34.test: New file.
  980. * tests/Makefile.am (TESTS): Add cond34.test.
  981. Report from Elena A. Vengerova
  982. * doc/automake.texi (Multiple Outputs): Typo.
  983. * doc/automake.texi (Emacs Lisp): Typos.
  984. Support for conditional _LISP.
  985. * automake.in (handle_emacs_lisp): Define $(ELCFILES) from LISP, not
  986. from $(am__ELCFILES).
  987. * lib/am/lisp.am (elc-stamp): Use $(LISP) instead of $(am__ELFILES).
  988. * tests/lisp6.test: New file.
  989. * tests/Makefile.am (TESTS): Add it.
  990. * automake.in (handle_emacs_lisp): Define $(ELCFILES) as
  991. $(am__ELCFILES), and always push it on @all. Do not mention
  992. elc-stamp.
  993. * lib/am/lisp.am (.el.elc): Rewrite as ...
  994. ($(am__ELCFILES)): ... this, and depend on elc-stamp.
  995. (elc-stamp): Make sure elc-stamp is older that all .elc files, as
  996. explained in the manual entry below.
  997. * doc/automake.texi (Multiple Outputs): New node.
  998. 2004-01-31 Alexandre Duret-Lutz <adl@gnu.org>
  999. * m4/regex.m4: Do not AC_SUBST(LIBOBJS), and quote most arguments.
  1000. * tests/regex.test: New file.
  1001. * tests/Makefile.am (TESTS): Add regex.test.
  1002. 2004-01-28 Alexandre Duret-Lutz <adl@gnu.org>
  1003. * Makefile.am (maintainer-check): Check for unquoted $(DESTDIR) uses.
  1004. * lib/am/data.am, lib/am/distdir.am, lib/am/java.am, lib/am/libs.am,
  1005. lib/am/lisp.am, lib/am/ltlib.am, lib/am/mans.am, lib/am/progs.am,
  1006. lib/am/python.am, lib/am/scripts.am, lib/am/texinfos.am: Quote
  1007. installation paths in install, uninstall, and installcheck rules,
  1008. as well as in am__installdirs variables. This is for the sake
  1009. of paths containing spaces.
  1010. * lib/am/install.am (installdirs-am, installdirs): Do not try
  1011. to create "" directories.
  1012. * test/instspc.test: New file.
  1013. * test/Makefile.am (TESTS): Add instspc.test.
  1014. Report from James Amundson.
  1015. * doc/automake.texi (Not Enough, Third-Party Makefiles): New nodes.
  1016. (Extending): Make it a subsection of Not Enough.
  1017. * lib/gnupload (GPG): Use an absolute path. Suggestion from Gary
  1018. V. Vaughan.
  1019. (passphrase): Unset it this variable before using it, in case it
  1020. was exported. Report from Scott James Remnant.
  1021. 2004-01-25 Alexandre Duret-Lutz <adl@gnu.org>
  1022. * lib/gnupload (usage): Fix example.
  1023. * Makefile.am (cvs-release): Fix call to gnupload.
  1024. From Jim Meyering.
  1025. 2004-01-24 Alexandre Duret-Lutz <adl@gnu.org>
  1026. * lib/gnupload: New script.
  1027. * lib/Makefile.am (EXTRA_DIST): Distribute gnupload.
  1028. * Makefile.am (cvs-release): New target.
  1029. 2004-01-23 Alexandre Duret-Lutz <adl@gnu.org>
  1030. * lib/am/python.am (uninstall-%DIR%PYTHON): Remove extra `;'s.
  1031. Fix python10.test.
  1032. * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Use `s/xx//p'
  1033. instead of `/xx/ s///p'; the latter fails when GNU sed is run with
  1034. POSIXLY_CORRECT. Also strip superfluous -e.
  1035. Report from Miloslav Trmac.
  1036. 2004-01-22 Alexandre Duret-Lutz <adl@gnu.org>
  1037. * tests/lex5.test: Sleep before calling AUTOMAKE the second time,
  1038. this fixes a spurious failure reported by Andreas Schwab. Also
  1039. make sure ylwrap is not installed unless needed, and exercise
  1040. --no-force.
  1041. 2004-01-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
  1042. * doc/automake.texi (Dist): Document limitations of distcheck-hook
  1043. and DISTCHECK_CONFIGURE_FLAGS with regard to subdirs and
  1044. subpackages.
  1045. 2004-01-20 Alexandre Duret-Lutz <adl@gnu.org>
  1046. * doc/automake.texi (Upgrading): New node.
  1047. 2004-01-20 Gary V. Vaughan <gary@gnu.org>
  1048. * automake.in (scan_autoconf_traces): AC_LIBTOOL_TAGS can be
  1049. correctly called without arguments as evidenced by the libtool
  1050. demo directories.
  1051. 2004-01-13 Alexandre Duret-Lutz <adl@gnu.org>
  1052. * tests/conflnk3.test: Skip if `test -e' does not work.
  1053. Report from Lars Hecking.
  1054. 2004-01-13 Jim Meyering <jim@meyering.net>
  1055. * lib/install-sh: Change `\n \t' to `\n\t ' in `defaultIFS'
  1056. assignment. Remove spurious SPACEs before TABs.
  1057. 2004-01-12 Alexandre Duret-Lutz <adl@gnu.org>
  1058. * lib/py-compile: Check input files after option processing.
  1059. Ensure --basedir has an argument.
  1060. * lib/am/python.am (install-%DIR%PYTHON): Do not run py-compile
  1061. if nothing was installed.
  1062. * tests/python10.test: New file.
  1063. * tests/Makefile.am (TESTS): Add python10.test.
  1064. Suggested by Sander Niemeijer.
  1065. * tests/txinfo29.test: Remove autom4te.cache.
  1066. Report from Greg Schafer.
  1067. * lib/install-sh: Do not use "$@" in a context where it may be empty,
  1068. for the sake of OSF1/Tru64's shell.
  1069. Report from He Li.
  1070. 2004-01-11 Alexandre Duret-Lutz <adl@gnu.org>
  1071. * lib/config.sub, lib/config.guess, lib/texinfo.tex: New upstream
  1072. versions.
  1073. * m4/as.m4, m4/depend.m4, m4/maintainer.m4, m4/multi.m4: Update
  1074. copyright years and serial.
  1075. * m4/python.m4 (_AM_PYTHON_INTERPRETER_LIST): Add python2.4.
  1076. 2004-01-10 Peter Eisentraut <peter_e@gmx.net> (tiny change)
  1077. * m4/as.m4 (AM_PROG_AS): Format and align help string more
  1078. consistently.
  1079. * m4/depend.m4 (AM_DEP_TRACK): Likewise.
  1080. * m4/lispdir.m4 (AM_PATH_LISPDIR): Likewise.
  1081. * m4/maintainer.m4 (AM_MAINTAINER_MODE): Likewise.
  1082. * m4/multi.m4 (AM_ENABLE_MULTILIB): Likewise.
  1083. 2004-01-10 Paul Eggert <eggert@twinsun.com>
  1084. * m4/lispdir.m4 (AM_PATH_LISPDIR): Don't use \? in sed regular
  1085. expressions; it doesn't conform to POSIX.
  1086. 2004-01-10 Alexandre Duret-Lutz <adl@gnu.org>
  1087. * automake.in (shadow_unconditionally): New function...
  1088. (handle_source_transform): ... extracted from here.
  1089. (am_install_var): Use shadow_unconditionally to define %DISTVAR%.
  1090. * lib/am/data.am, lib/am/java.am, lib/am/lisp.am, lib/am/python.am,
  1091. lib/am/script.am: Add %DISTVAR% to DIST_COMMON.
  1092. * tests/cond33.test: Make sure all conditional files are distributed.
  1093. Report from Ralf Corsepius.
  1094. 2004-01-08 Alexandre Duret-Lutz <adl@gnu.org>
  1095. * m4/mkdirp.m4 (AM_PROG_MKDIR_P): Append `.' to $(mkdir_p).
  1096. * lib/install-sh: Accept `install-sh -d' with 0..n arguments,
  1097. as well as `install-sh sources... dest' with multiple sources.
  1098. * tests/cond33.test: New file.
  1099. * tests/instsh2.test: Add more checks for install-sh.
  1100. * tests/transform.test: Test for installdirs.
  1101. * tests/Makefile.am (TESTS): Add cond33.test
  1102. Report from Ralf Corsepius.
  1103. * automake.in (handle_configure): Skip AC_CONFIG_LINKS items which
  1104. do not look like DEST:SRC.
  1105. * tests/conflnk3.test: Check for AC_CONFIG_LINKS($computed).
  1106. 2004-01-07 Alexandre Duret-Lutz <adl@gnu.org>
  1107. Fix for PR automake/289:
  1108. * automake.in (Automake::Struct::libtool_tag): New attribute. Define
  1109. it for the language that have a Libtool tag.
  1110. (%libtool_tags): New variable.
  1111. (handle_languages, define_compiler_variable)
  1112. (define_linker_variable): Pass --tag=XXX to libtool if supported.
  1113. (scan_autoconf_traces): Scan for _LT_AC_TAGCONFIG and AC_LIBTOOL_TAGS.
  1114. * tests/libtool3.test, tests/subobj9.test: Check that --tag=XXX is
  1115. output.
  1116. 2003-01-07 Eric Sunshine <sunshine@sunshineco.com> (tiny change)
  1117. * lib/am/configure.am (am__CONFIG_DISTCLEAN_FILES): Add
  1118. config.status.lineno.
  1119. 2004-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
  1120. * doc/automake.texi (Rebuilding): Typo.
  1121. 2004-01-07 Alexandre Duret-Lutz <adl@gnu.org>
  1122. * lib/am/Makefile.am (dist_am_DATA): Really add inst-vars.am.
  1123. 2004-01-06 Alexandre Duret-Lutz <adl@gnu.org>
  1124. * THANKS: Add Bruce Korb.
  1125. 2004-01-05 Alexandre Duret-Lutz <adl@gnu.org>
  1126. Mimic Paul Eggert's changes to Autoconf.
  1127. * Makefile.am (automake, aclocal): Use `chmod a-w', not `chmod -w'.
  1128. * lib/Automake/Makefile.am (Config.pm): Likewise.
  1129. * m4/Makefile.am ($(top_srcdir)/m4/amversion.m4): Likewise.
  1130. * lib/am/inst-vars.am: New file, define am__vpath_adj_setup,
  1131. am__vpath_adj, and am__strip_dir.
  1132. * lib/am/Makefile.am (dist_am_DATA): Add inst-vars.am.
  1133. * lib/am/data.am, lib/am/lisp.am, lib/am/python.am,
  1134. lib/am/scripts.am: Include inst-vars.am, and use $(am__vpath_adj),
  1135. $(am__vpath_adj_setup), and $(am__strip_dir) in install and
  1136. uninstall rules. This fixes installation of nobase_ files in
  1137. VPATH setups with Sun and OSF1/Tru64 Make.
  1138. * lib/am/libs.am, lib/am/ltlib.am: Include inst-vars.am, and use
  1139. $(am__strip_dir) to simplify install and uninstall rules.
  1140. * tests/nobase.test: Augment to check installation from VPATH builds.
  1141. * automake.in (%transformed_files): New variable.
  1142. (initialize_per_input): Reset it.
  1143. (make_paragraphs): Fill %transformed_files, and define %FIRST%
  1144. each time a file is transformed for the first time.
  1145. (handle_configure): Do not define %FIRST_CONFIG_HIN%.
  1146. (am_install_var): Do not define %FIRST%.
  1147. * lib/am/remake-hdr.am: Use %?FIRST% instead of %?FIRST_CONFIG_HIN%.
  1148. 2004-01-04 Alexandre Duret-Lutz <adl@gnu.org>
  1149. * lib/texinfo.tex: New upstream version.
  1150. * m4/mkdirp.m4: Do not use `-m 0755'. This overrides special bits
  1151. and break setups where 775 directories are expected. Just obey
  1152. umask as we did in the past.
  1153. Report from Harlan Stenn.
  1154. 2004-01-03 Alexandre Duret-Lutz <adl@gnu.org>
  1155. * automake.in (scan_texinfo_file): Do not compare $outfile to ''
  1156. as $outfile might not be defined at all.
  1157. * lib/Automake/Variable.pm (define): Rework the way we check
  1158. Automake variable definition. Ensure consistent :=/+=/=
  1159. definitions only for variables that have been and are defined by
  1160. Automake, and make it an internal error. Ignore Automake
  1161. attempts to touch a user variable, even with += assignments.
  1162. * tests/txinfo29.test: New file.
  1163. * tests/Makefile.am (TESTS): Add txinfo29.test.
  1164. Reported by Bruce Korb.
  1165. 2004-01-02 Tom Tromey <tromey@redhat.com>
  1166. * automake.in (handle_source_transform): Don't generate dist
  1167. variables when no-dist is set.
  1168. (generate_makefile): Likewise.
  1169. * tests/nodist3.test: Ensure that DIST_SOURCES is not created,
  1170. and that dist target does not exist.
  1171. Reported by Tom Fitzsimmons.
  1172. 2004-01-02 Alexandre Duret-Lutz <adl@gnu.org>
  1173. * tests/libtool5.test, tests/ltcond.test, tests/ltcond2.test,
  1174. * tests/ltconv.test: Run automake with --add-missing, because
  1175. the CVS version of libtoolize no longer install config.sub and
  1176. config.guess by default.
  1177. Fix for PR automake/319:
  1178. * aclocal.in (scan_m4_files): Scan configure.ac.
  1179. (trace_used_macros, write_aclocal): Remove configure.ac from the
  1180. list of files to include.
  1181. * tests/Makefile.am (TESTS): Add acloca15.test.
  1182. * tests/acloca15.test: New file.
  1183. * aclocal.in (%file_includes): New variable.
  1184. (scan_configure_dep): Compile $m4_include_rx and $ac_require_rx once.
  1185. (scan_file): Scan for included files, and process these files
  1186. recursively. Fill %file_includes and %file_contents. Return the
  1187. list of included files, not the contents.
  1188. (scan_m4_files): Adjust calls to scan_files.
  1189. (strip_redundant_includes): New function.
  1190. (trace_used_macros): Call it.
  1191. (write_aclocal): Likewise. Also check the mtime of included files.
  1192. * tests/Makefile.am (TESTS): Add acloca14.test.
  1193. * tests/acloca14.test: New file.
  1194. Report from Phil Edwards.
  1195. 2004-01-01 Alexandre Duret-Lutz <adl@gnu.org>
  1196. * automake.in (handle_languages): Do not define DEP_FILES.
  1197. * m4/depout.m4 (_AM_OUTPUT_DEPENDENCY_COMMANDS): Extract included
  1198. files with $(DEPDIR) in their name instead of DEP_FILES.
  1199. * tests/depend.test, tests/depend4.test, tests/exsource.test:
  1200. Adjust.
  1201. Suggested by Tom Tromey.
  1202. Do not output .lo rules for programs and static libraries objects,
  1203. and do not output .o/.obj rules for libtool libraries. This is
  1204. about explicit rules only, not inference rules.
  1205. * automake.in (handle_single_transform_list): Rename as ...
  1206. (handle_single_transform): ... this. Take a single file
  1207. to transform (it was only called this way) and accept a new
  1208. %transform argument. Fill %lang_specific_files with list
  1209. references instead of strings, and append %transform to each
  1210. of these lists.
  1211. (define_objects_from_sources, handle_source_transform):
  1212. Take a %transform argument, and forward it to &handle_single_transform.
  1213. (handle_languages): Adjust to the new format of
  1214. %lang_specific_files, and honor its %transform part.
  1215. (handle_programs, handle_libraries, handle_ltlibraries): Override
  1216. %NONLIBTOOL% and %LIBTOOL% while calling handle_source_transform.
  1217. (make_paragraphs): Define %NONLIBTOOL% by default. Make sure
  1218. %transform settings override global settings.
  1219. * lib/am/depend2.am (%OBJ%, %OBJOBJ%): Define only if %NONLIBTOOL%.
  1220. * tests/libtool3.test: Augment to check Makefile.ins for unneeded
  1221. rules.
  1222. Suggested by Thomas Fitzsimmons.
  1223. * automake.in, aclocal.in: Bump copyright years.
  1224. -----
  1225. Copyright (C) 2004-2017 Free Software Foundation, Inc.
  1226. Copying and distribution of this file, with or without modification, are
  1227. permitted provided the copyright notice and this notice are preserved.
  1228. ;; Variables:
  1229. ;; coding: utf-8
  1230. ;; End: