configure.ac (hitch-1.6.1) | : | configure.ac (hitch-1.7.0) | ||
---|---|---|---|---|
# -*- Autoconf -*- | # -*- Autoconf -*- | |||
# Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | |||
AC_PREREQ([2.59]) | AC_PREREQ([2.59]) | |||
AC_INIT([hitch], [1.6.1], [opensource@varnish-software.com]) | AC_INIT([hitch], [1.7.0], [opensource@varnish-software.com]) | |||
AC_CONFIG_SRCDIR([src/configuration.c]) | AC_CONFIG_SRCDIR([src/configuration.c]) | |||
AC_CONFIG_HEADERS([config.h]) | AC_CONFIG_HEADERS([config.h]) | |||
AC_CONFIG_AUX_DIR([build-aux]) | AC_CONFIG_AUX_DIR([build-aux]) | |||
AC_CONFIG_MACRO_DIR([.]) | AC_CONFIG_MACRO_DIR([.]) | |||
AC_USE_SYSTEM_EXTENSIONS | AC_USE_SYSTEM_EXTENSIONS | |||
AM_INIT_AUTOMAKE([ | AM_INIT_AUTOMAKE([ | |||
-Wall | -Wall | |||
-Werror | -Werror | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |