From e4756170da2baacdc4741809f21b67cf09c62ab5 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 28 May 2009 15:43:21 +0200 Subject: Configure maint.mk more. --- cfg.mk | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cfg.mk') diff --git a/cfg.mk b/cfg.mk index 5c7d364..2fa700d 100644 --- a/cfg.mk +++ b/cfg.mk @@ -16,6 +16,16 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# Use alpha.gnu.org for alpha and beta releases. +# Use ftp.gnu.org for major releases. +gnu_ftp_host-alpha = alpha.gnu.org +gnu_ftp_host-beta = alpha.gnu.org +gnu_ftp_host-major = ftp.gnu.org +gnu_rel_host = $(gnu_ftp_host-$(RELEASE_TYPE)) + +url_dir_list = \ + ftp://$(gnu_rel_host)/gnu/libtasn1 + WFLAGS ?= --enable-gcc-warnings ADDFLAGS ?= CFGFLAGS ?= --enable-gtk-doc $(ADDFLAGS) $(WFLAGS) @@ -31,6 +41,9 @@ local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_have_config_h \ sc_trailing_blank sc_GPL_version sc_immutable_NEWS \ sc_copyright_check +bootstrap-tools := autoconf,automake,libtool,bison +gpg_key_ID = b565716f + autoreconf: test -f ./configure || autoreconf --install -- cgit v1.2.3