]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Merge branch 'master' into ng/master
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 3 Oct 2012 11:07:17 +0000 (13:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 3 Oct 2012 11:07:17 +0000 (13:07 +0200)
* master:
  config headers: remove stale comment in makefile fragment
  NEWS: wording and quoting fixlets in few older entries
  config headers: don't emit rules for headers not generated by autoheader
  docs: fix minor typo: s/expending/expanding/
  sync: update files from upstream with "make fetch"
  maint: post-release minor version bump
  maint: typo fixes s/lies into/lies in/
  release: stable release 1.12.4
  NEWS: minor fix

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
1  2 
automake.in
doc/automake-ng.texi
lib/am/remake-hdr.am

diff --cc automake.in
index 1799875437214ac1c048bffad34ddaaf190e6dde,9c0c8b9cc2d19e46db5ce6d415b10ea1c860b627..66068539878f675995643f9aad0d7ff8275610e4
@@@ -3556,6 -4113,8 +3556,7 @@@ sub handle_configure ($@
          $output_rules .=
            file_contents ('remake-hdr',
                           new Automake::Location,
 -                         FILES            => "@files",
+                          'FIRST-HDR'      => ($hdr_index == 1),
                           CONFIG_H         => $cn_sans_dir,
                           CONFIG_HIN       => $ins[0],
                           CONFIG_H_DEPS    => "@ins",
Simple merge
index cf4f013f86454083675b7c99e7423768df3315b2,155e7b4cb718db9c2c3997553acf037b454489c6..54222c0782e2798d93fa84fc75aeda165f4ae5e6
        @rm -f %STAMP%
        cd $(top_builddir) && $(SHELL) ./config.status %CONFIG_H_PATH%
  
 -
  ## Only the first file of AC_CONFIG_HEADERS is assumed to be generated
  ## by autoheader.
- if %?FIRST%
+ if %?FIRST-HDR%
 -%CONFIG_HIN%: %MAINTAINER-MODE% $(am__configure_deps) %FILES%
 -## Cater to parallel BSD make.
 -      ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 +%CONFIG_HIN%: $(am.remake.configure-deps)
 +      cd $(top_srcdir) && $(AUTOHEADER)
  ## Whenever $(AUTOHEADER) has run, we must make sure that
  ## ./config.status will rebuild config.h.  The dependency from %STAMP%
  ## on %CONFIG_H_DEPS% (which contains config.hin) is not enough to