]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'master' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 Apr 2012 09:56:19 +0000 (11:56 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 4 Apr 2012 09:56:19 +0000 (11:56 +0200)
* master:
  texinfo: warn about future use of '--tidy'
  texinfo: don't clutter the builddir when using modern texi2dvi
  hacking: autotools-generated files are not committed anymore
  hacking: simplify documentation of bootstrapping process
  cosmetics: remove repeated line in comment, fix quoting
  cosmetics: remove useless import in automake script
  docs: deprecate 'cygnus' mode, help the transition
  perl refactor: use modern semantics of 'open'
  cosmetics: don't make the generated Config.pm executable
  maint: reduce use of recursion in automake build system
  news: sync with branch-1.11, fix mis-merges
  acinstall: remove, it has never been really used
  maint: reorganize the source tree and make it less cluttered
  news: we are going to drop 'cygnus' soonish

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
.gitignore
Makefile.am
automake.in
configure.ac
doc/automake.texi
lib/am/texibuild.am
tests/Makefile.am
tests/list-of-tests.mk

diff --cc .gitignore
Simple merge
diff --cc Makefile.am
index 72316982688dc9503a913ba33605c7759aba4635,985e7da2e758f15cdaf3dc056d2bbdb60574c5f7..005512b72482261bc186d0fc3b4516f48b646833
@@@ -34,19 -36,18 +36,19 @@@ EXTRA_DIST = 
    GNUmakefile \
    syntax-checks.mk \
    HACKING \
-   ChangeLog.96 \
-   ChangeLog.98 \
-   ChangeLog.00 \
-   ChangeLog.01 \
-   ChangeLog.02 \
-   ChangeLog.03 \
-   ChangeLog.04 \
-   ChangeLog.09 \
-   ChangeLog.11 \
-   bootstrap \
 +  NG-NEWS \
    $(gitlog_to_changelog_fixes) \
-   $(AUTOMAKESOURCES)
+   old/ChangeLog-tests \
+   old/ChangeLog.96 \
+   old/ChangeLog.98 \
+   old/ChangeLog.00 \
+   old/ChangeLog.01 \
+   old/ChangeLog.02 \
+   old/ChangeLog.03 \
+   old/ChangeLog.04 \
+   old/ChangeLog.09 \
+   old/ChangeLog.11 \
+   old/TODO
  
  ## Make versioned links.  We only run the transform on the root name;
  ## then we make a versioned link with the transformed base name.  This
@@@ -105,9 -106,14 +107,14 @@@ INSTALL: lib/INSTAL
  
  # Convenience proxy target for the test suites.
  recheck:
 -      $(am__cd) tests && $(MAKE) $(AM_MAKEFLAGS) $@
 +      $(am__cd) tests && $(MAKE) $@
  .PHONY: recheck
  
+ # We don't use the default name for the autom4te cache directory,
+ # so we need this.
+ maintainer-clean-local:
+       rm -rf .autom4te.cache
  ################################################################
  ##
  ## Everything past here is useful to the maintainer, but probably not
diff --cc automake.in
Simple merge
diff --cc configure.ac
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge