Skip to content

Commit

Permalink
autoreconf-2.69 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vlm committed Sep 14, 2015
1 parent c4edd19 commit a1e5b9d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

0.9.??:
* Fixed generated file permissions introduced by earlier pull (issue/32).
* Constness patch #46 by Wim L <[email protected]> (41bbf1c..78d604f).
Build issues:
* Fixed generated file permissions introduced by earlier pull (issue/32).
* Win32/MinGW patch #31 by Frank Morgner (frankmorgner).
* Autoreconf fix patch by Dave Cridland (github.com/dwd)
* Fix autoreconf-2.69 failure by github.com/brchiu

0.9.27: 2014-Sep-17
* Build structure fixes for portability.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ AC_INIT([asn1c], [0.9.28], [[email protected]])

AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AM_INIT_AUTOMAKE([-Wall -Wno-extra-portability -Werror foreign])
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
LT_INIT
AC_CONFIG_MACRO_DIR([m4])
Expand Down

0 comments on commit a1e5b9d

Please sign in to comment.