-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]) | ||
|