summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-04-13 10:32:40 +0200
committerSimon Josefsson <simon@josefsson.org>2010-04-13 10:32:40 +0200
commit8caa34394355b10e6e58948b9458317aeb882c7b (patch)
tree1c1a41fd08481777b5773a8434e0adf09629ffec /cfg.mk
parentbd50a4d730e75804744f45308c4d4dfb40db042d (diff)
downloadlibtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.tar.gz
libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.tar.bz2
libtasn1-8caa34394355b10e6e58948b9458317aeb882c7b.zip
Indent examples. Fix syntax-check warnings.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/cfg.mk b/cfg.mk
index 47294f2..4f9acb4 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -29,8 +29,7 @@ endif
local-checks-to-skip = sc_prohibit_strcmp sc_prohibit_have_config_h \
sc_require_config_h sc_require_config_h_first \
- sc_trailing_blank sc_immutable_NEWS \
- sc_prohibit_magic_number_exit
+ sc_immutable_NEWS sc_prohibit_magic_number_exit
VC_LIST_ALWAYS_EXCLUDE_REGEX = ^(build-aux|gl|lib/gllib|lib/glm4)/.*$
bootstrap-tools := autoconf,automake,libtool,bison
@@ -52,7 +51,7 @@ upload-web-coverage:
W32ROOT ?= $(HOME)/gnutls4win/inst
-mingw32: autoreconf
+mingw32: autoreconf
./configure --enable-gtk-doc --host=i586-mingw32msvc --build=`./config.guess` --prefix=$(W32ROOT)
ChangeLog: