summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-11-29 15:47:59 +0100
committerJim Meyering <meyering@redhat.com>2009-11-30 16:55:04 +0100
commit8fadfb0b0e99adc7252244760426548b4a7e30e9 (patch)
treea2ade399bb88fdeffdf42c0c6829790c237c5b4e /cfg.mk
parentf6bebd34b62a1b1bd8e2f98bae3c491bd519c1ac (diff)
downloadgrep-8fadfb0b0e99adc7252244760426548b4a7e30e9.tar.gz
maint: use gnulib's progname module; enable set_program_name check
* bootstrap.conf (gnulib_modules): Add progname. * src/grep.c: Include "progname.h". (program_name): Remove declaration. (main): Call set_program_name. * cfg.mk (local-checks-to-skip): Add sc_program_name.
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 eb69c688..4bfa49c3 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -32,7 +32,6 @@ local-checks-to-skip = \
sc_makefile_check \
sc_makefile_path_separator_check \
sc_po_check \
- sc_program_name \
sc_prohibit_have_config_h \
sc_prohibit_magic_number_exit \
sc_prohibit_strcmp \