diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-05-28 15:43:21 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-05-28 15:43:21 +0200 |
commit | e4756170da2baacdc4741809f21b67cf09c62ab5 (patch) | |
tree | 62e842ada3de921ede0d3dda80dab94c8c63e89f /cfg.mk | |
parent | d927d86632a912d3a362504ad3193b34adecad53 (diff) | |
download | libtasn1-e4756170da2baacdc4741809f21b67cf09c62ab5.tar.gz libtasn1-e4756170da2baacdc4741809f21b67cf09c62ab5.tar.bz2 libtasn1-e4756170da2baacdc4741809f21b67cf09c62ab5.zip |
Configure maint.mk more.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |