summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-28 15:43:21 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-28 15:43:21 +0200
commite4756170da2baacdc4741809f21b67cf09c62ab5 (patch)
tree62e842ada3de921ede0d3dda80dab94c8c63e89f /cfg.mk
parentd927d86632a912d3a362504ad3193b34adecad53 (diff)
downloadlibtasn1-e4756170da2baacdc4741809f21b67cf09c62ab5.tar.gz
Configure maint.mk more.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk13
1 files changed, 13 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+# 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