]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] refactor: new internal make variable 'am.conf.no-installinfo'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 11:56:01 +0000 (13:56 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 11:59:14 +0000 (13:59 +0200)
It tells whether the '.info' files must be installed by default (usually
yes, unless the "no-installinfo" automake option is used).  This is just
a preparatory change, in view of future ones.

* lib/am/automake.in (generate_makefile): Define it here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
automake.in

index ea1f01ac8d613b1e5223c5cfdd85782942e6834f..1b56581e891390d7360e6c54914ff1800ef38285 100644 (file)
@@ -6673,6 +6673,8 @@ sub generate_makefile ($$)
                    $relative_dir eq '.' ? "yes" : "");
   define_variable ('am.conf.check-news', INTERNAL,
                    option 'check-news' ? "yes" : "");
+  define_variable ('am.conf.no-installinfo', INTERNAL,
+                   option 'no-installinfo' ? "yes" : "");
   define_variable ('am.conf.aux-dir', INTERNAL, $am_config_aux_dir);
   define_variable ('am.relpath.makefile', INTERNAL, basename ($makefile));
   define_variable ('am.relpath.makefile.am', INTERNAL,