2
2
# # Ed Hartnett 8/16/17
3
3
4
4
# Initialize autoconf and automake.
5
- AC_INIT ( pio , 2.5.5 )
5
+ AC_INIT ( pio , 2.5.6 )
6
6
AC_CONFIG_SRCDIR ( src/clib/pio_darray.c )
7
7
AM_INIT_AUTOMAKE ( [ foreign serial-tests] )
8
8
@@ -11,15 +11,15 @@ AM_INIT_AUTOMAKE([foreign serial-tests])
11
11
# AC_DEFINE_UNQUOTED for config.h.
12
12
AC_SUBST ( [ PIO_VERSION_MAJOR] ) PIO_VERSION_MAJOR=2
13
13
AC_SUBST ( [ PIO_VERSION_MINOR] ) PIO_VERSION_MINOR=5
14
- AC_SUBST ( [ PIO_VERSION_PATCH] ) PIO_VERSION_PATCH=4
14
+ AC_SUBST ( [ PIO_VERSION_PATCH] ) PIO_VERSION_PATCH=6
15
15
AC_DEFINE_UNQUOTED ( [ PIO_VERSION_MAJOR] , [ $PIO_VERSION_MAJOR] , [ PIO major version] )
16
16
AC_DEFINE_UNQUOTED ( [ PIO_VERSION_MINOR] , [ $PIO_VERSION_MINOR] , [ PIO minor version] )
17
17
AC_DEFINE_UNQUOTED ( [ PIO_VERSION_PATCH] , [ $PIO_VERSION_PATCH] , [ PIO patch version] )
18
18
19
19
# Once more for the documentation.
20
20
AC_SUBST ( [ VERSION_MAJOR] , [ 2] )
21
21
AC_SUBST ( [ VERSION_MINOR] , [ 5] )
22
- AC_SUBST ( [ VERSION_PATCH] , [ 5 ] )
22
+ AC_SUBST ( [ VERSION_PATCH] , [ 6 ] )
23
23
24
24
25
25
# The m4 directory holds macros for autoconf.
@@ -108,7 +108,7 @@ AC_MSG_CHECKING([whether debug logging is enabled])
108
108
AC_ARG_ENABLE ( [ logging] ,
109
109
[ AS_HELP_STRING ( [ --enable-logging] ,
110
110
[ enable debug logging capability (will negatively impact performance). \
111
- This debugging feature is probably only of interest to PIO developers.] ) ] )
111
+ This debugging feature is probably only of interest to PIO developers.] ) ] )
112
112
test "x$enable_logging" = xyes || enable_logging=no
113
113
AC_MSG_RESULT ( [ $enable_logging] )
114
114
if test "x$enable_logging" = xyes; then
@@ -469,7 +469,7 @@ AC_SUBST([HAS_PIO_FORTRAN], [$enable_fortran])
469
469
# Create the build summary file.
470
470
AC_CONFIG_FILES ( [ libpio.settings
471
471
src/clib/pio_meta.h
472
- ] )
472
+ ] )
473
473
AC_CONFIG_LINKS ( [ tests/unit/input.nl:tests/unit/input.nl] )
474
474
475
475
# Create the config.h file.
0 commit comments