From: Dmitry Selyutin Date: Wed, 4 Jul 2018 21:06:31 +0000 (+0300) Subject: pygnulib: fix output regarding Makefile.am X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46d9c61e7a2ef9fd554512533d90dd2c68e5aecb;p=thirdparty%2Fgnulib.git pygnulib: fix output regarding Makefile.am --- diff --git a/pygnulib.py b/pygnulib.py index dc4afea2cd..0e0f1359bd 100755 --- a/pygnulib.py +++ b/pygnulib.py @@ -689,6 +689,8 @@ def import_hook(script, gnulib, namespace, explicit, verbosity, options, *args, # Mention other necessary actions. print("", file=sys.stdout) print("Don't forget to", file=sys.stdout) + if config.makefile_name is None: + config.makefile_name = "Makefile.am" if config.makefile_name == "Makefile.am": fmt = " - add \"{source_base}/Makefile\" to AC_CONFIG_FILES in {ac_file}," else: