diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:32:40 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-04-13 10:32:40 +0200 |
commit | 8caa34394355b10e6e58948b9458317aeb882c7b (patch) | |
tree | 1c1a41fd08481777b5773a8434e0adf09629ffec /cfg.mk | |
parent | bd50a4d730e75804744f45308c4d4dfb40db042d (diff) | |
download | libtasn1-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.mk | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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: |