configure.ac (libextractor-1.10) | : | configure.ac (libextractor-1.11) | ||
---|---|---|---|---|
skipping to change at line 19 | skipping to change at line 19 | |||
# | # | |||
# GNU libextractor is distributed in the hope that it will be useful, but WITHO UT ANY | # GNU libextractor is distributed in the hope that it will be useful, but WITHO UT ANY | |||
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR | # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR | |||
# A PARTICULAR PURPOSE. See the GNU General Public License for more details. | # A PARTICULAR PURPOSE. See the GNU General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License along with | # You should have received a copy of the GNU General Public License along with | |||
# GNU libextractor; see the file COPYING. If not, If not, see <http://www.gnu. org/license> | # GNU libextractor; see the file COPYING. If not, If not, see <http://www.gnu. org/license> | |||
# | # | |||
# | # | |||
AC_PREREQ(2.61) | AC_PREREQ(2.61) | |||
AC_INIT([libextractor], [1.10], [bug-libextractor@gnu.org]) | AC_INIT([libextractor], [1.11], [bug-libextractor@gnu.org]) | |||
AC_CONFIG_AUX_DIR([build-aux]) | AC_CONFIG_AUX_DIR([build-aux]) | |||
AC_CONFIG_HEADERS([config.h]) | AC_CONFIG_HEADERS([config.h]) | |||
AC_CONFIG_MACRO_DIR([m4]) | AC_CONFIG_MACRO_DIR([m4]) | |||
AH_TOP([#define _GNU_SOURCE 1]) | AH_TOP([#define _GNU_SOURCE 1]) | |||
AC_CANONICAL_TARGET | AC_CANONICAL_TARGET | |||
AC_CANONICAL_HOST | AC_CANONICAL_HOST | |||
AC_CANONICAL_SYSTEM | AC_CANONICAL_SYSTEM | |||
LIB_VERSION_CURRENT=4 | LIB_VERSION_CURRENT=4 | |||
LIB_VERSION_REVISION=7 | LIB_VERSION_REVISION=8 | |||
LIB_VERSION_AGE=2 | LIB_VERSION_AGE=1 | |||
AC_SUBST(LIB_VERSION_CURRENT) | AC_SUBST(LIB_VERSION_CURRENT) | |||
AC_SUBST(LIB_VERSION_REVISION) | AC_SUBST(LIB_VERSION_REVISION) | |||
AC_SUBST(LIB_VERSION_AGE) | AC_SUBST(LIB_VERSION_AGE) | |||
AM_INIT_AUTOMAKE([silent-rules]) | AM_INIT_AUTOMAKE([silent-rules]) | |||
# Checks for programs. | # Checks for programs. | |||
AC_USE_SYSTEM_EXTENSIONS | AC_USE_SYSTEM_EXTENSIONS | |||
AC_PROG_AWK | AC_PROG_AWK | |||
AC_PROG_CC | AC_PROG_CC | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |