configure.ac (muscle7.61) | : | configure.ac (muscle7.62) | ||
---|---|---|---|---|
# -*- Autoconf -*- | # -*- Autoconf -*- | |||
# Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | |||
AC_INIT([minizip], [1.2.8], [bugzilla.redhat.com]) | AC_INIT([minizip], [1.2.11], [bugzilla.redhat.com]) | |||
AC_CONFIG_SRCDIR([minizip.c]) | AC_CONFIG_SRCDIR([minizip.c]) | |||
AM_INIT_AUTOMAKE([foreign]) | AM_INIT_AUTOMAKE([foreign]) | |||
LT_INIT | LT_INIT | |||
AC_MSG_CHECKING([whether to build example programs]) | AC_MSG_CHECKING([whether to build example programs]) | |||
AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs] )) | AC_ARG_ENABLE([demos], AC_HELP_STRING([--enable-demos], [build example programs] )) | |||
AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) | AM_CONDITIONAL([COND_DEMOS], [test "$enable_demos" = yes]) | |||
if test "$enable_demos" = yes | if test "$enable_demos" = yes | |||
then | then | |||
AC_MSG_RESULT([yes]) | AC_MSG_RESULT([yes]) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |