OSDN Git Service

build: avoid new float-to-double warnings
[android-x86/external-parted.git] / cfg.mk
diff --git a/cfg.mk b/cfg.mk
index 92b8276..744cf23 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,5 +1,5 @@
 # Customize maint.mk                           -*- makefile -*-
-# Copyright (C) 2003-2009 Free Software Foundation, Inc.
+# Copyright (C) 2003-2011 Free Software Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# Use alpha.gnu.org for alpha and beta releases.
-# Use ftp.gnu.org for stable releases.
-gnu_ftp_host-alpha = alpha.gnu.org
-gnu_ftp_host-beta = alpha.gnu.org
-gnu_ftp_host-stable = ftp.gnu.org
-gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE))
+# Used in maint.mk's web-manual rule
+manual_title = Parted User's Manual
 
-url_dir_list = \
-  ftp://$(gnu_rel_host)/gnu/parted
-
-# The GnuPG ID of the key used to sign the tarballs.
-gpg_key_ID = B9AB9A16
+# Use the direct link.  This is guaranteed to work immediately, while
+# it can take a while for the faster mirror links to become usable.
+url_dir_list = http://ftp.gnu.org/gnu/$(PACKAGE)
 
 # Tests not to run as part of "make distcheck".
 # Exclude changelog-check here so that there's less churn in ChangeLog
 # files -- otherwise, you'd need to have the upcoming version number
 # at the top of the file for each `make distcheck' run.
 local-checks-to-skip = \
+  sc_error_message_uppercase \
+  sc_error_message_period \
   sc_file_system \
   sc_prohibit_strcmp \
   sc_prohibit_atoi_atof \
   sc_require_test_exit_idiom \
-  sc_space_tab
+  sc_space_tab \
+  sc_texinfo_acronym
 
 # Now that we have better (check.mk) tests, make this the default.
 export VERBOSE = yes
 
-old_NEWS_hash = 5f004112c95714cc7c498ee7da4ceccf
+old_NEWS_hash = 04810d10a532cf2e75d602ddda0d64b1
 
 include $(srcdir)/dist-check.mk
 
-update-copyright-env = UPDATE_COPYRIGHT_USE_INTERVALS=1
-
 useless_free_options = \
   --name=pth_free
 
 # Tools used to bootstrap this package, used for "announcement".
-bootstrap-tools = autoconf,automake,gnulib,gperf
+bootstrap-tools = autoconf,automake,gettext,gnulib,gperf
+
+update-copyright-env = \
+  UPDATE_COPYRIGHT_USE_INTERVALS=1 \
+  UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79
+
+#==> .j/.x-sc_GPL_version <==
+#build-aux/vc-list-files
+
+exclude_file_name_regexp--sc_bindtextdomain = ^(libparted/)?tests/.*\.c$$
+
+exclude_file_name_regexp--sc_cross_check_PATH_usage_in_tests = \
+  ^libparted/tests/t.*\.sh$$
+
+exclude_file_name_regexp--sc_prohibit_always-defined_macros = \
+  ^parted/(strlist|table)\.h$$
+
+exclude_file_name_regexp--sc_prohibit_path_max_allocation = \
+  ^libparted/arch/beos\.c$$