summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-03-03 09:48:13 +0100
committerJim Meyering <meyering@redhat.com>2011-03-27 09:16:46 +0200
commit8b78759a8b4cb4e3e04c79547642423e904514d6 (patch)
tree89745af4a5f4732f62046cf30e6529d194192f35 /cfg.mk
parent4a7efc37919f5ee582faa479fc8420abef39f34e (diff)
downloadpatch-8b78759a8b4cb4e3e04c79547642423e904514d6.tar.gz
maint: use gnulib's progname module
* src/patch.c (main): Call set_program_name rather than initializing program_name explicitly. * src/common.h: Include progname.h rather than declaring the extern, program_name. * bootstrap.conf (gnulib_modules): Add progname. * cfg.mk (local-checks-to-skip): Remove sc_program_name, thus enabling this test.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 3aa865c..3d0f355 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -26,7 +26,6 @@ local-checks-to-skip = \
sc_file_system \
sc_immutable_NEWS \
sc_obsolete_symbols \
- sc_program_name \
sc_prohibit_always-defined_macros \
sc_prohibit_always_true_header_tests \
sc_prohibit_magic_number_exit \