configure.ac (sshguard-2.4.1) | : | configure.ac (sshguard-2.4.2) | ||
---|---|---|---|---|
# Process this file with autoconf to produce a configure script. | # Process this file with autoconf to produce a configure script. | |||
AC_PREREQ([2.60]) | AC_PREREQ([2.60]) | |||
AC_INIT([sshguard], [2.4.1], [sshguard-users@lists.sourceforge.net]) | AC_INIT([sshguard], [2.4.2], [sshguard-users@lists.sourceforge.net]) | |||
AM_MAINTAINER_MODE([enable]) | AM_MAINTAINER_MODE([enable]) | |||
AC_CONFIG_SRCDIR([src/sshguard.in]) | AC_CONFIG_SRCDIR([src/sshguard.in]) | |||
AM_CONFIG_HEADER([src/common/config.h]) | AM_CONFIG_HEADER([src/common/config.h]) | |||
AM_INIT_AUTOMAKE([foreign]) | AM_INIT_AUTOMAKE([foreign]) | |||
AM_SILENT_RULES([yes]) | AM_SILENT_RULES([yes]) | |||
AC_REQUIRE_AUX_FILE([tap-driver.sh]) | AC_REQUIRE_AUX_FILE([tap-driver.sh]) | |||
# Enable POSIX extensions on hosts that normally disable them. | # Enable POSIX extensions on hosts that normally disable them. | |||
AC_USE_SYSTEM_EXTENSIONS | AC_USE_SYSTEM_EXTENSIONS | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |