configure.ac | configure.ac | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
# WITHOUT ANY WARRANTY; without even the implied warranty of | # WITHOUT ANY WARRANTY; without even the implied warranty of | |||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |||
# General Public License for more details. | # General Public License for more details. | |||
# | # | |||
# You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | |||
# along with this program; if not, write to the Free Software | # along with this program; if not, write to the Free Software | |||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 | # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 | |||
# USA | # USA | |||
AC_PREREQ(2.61) | AC_PREREQ(2.61) | |||
AC_INIT([GnuTLS], [3.4.4], [bugs@gnutls.org]) | AC_INIT([GnuTLS], [3.4.5], [bugs@gnutls.org]) | |||
AC_CONFIG_AUX_DIR([build-aux]) | AC_CONFIG_AUX_DIR([build-aux]) | |||
AC_CONFIG_MACRO_DIR([m4]) | AC_CONFIG_MACRO_DIR([m4]) | |||
AC_CANONICAL_HOST | AC_CANONICAL_HOST | |||
AM_INIT_AUTOMAKE([1.12.2 subdir-objects no-dist-gzip dist-xz dist-lzip -Wal l -Wno-override]) | AM_INIT_AUTOMAKE([1.12.2 subdir-objects no-dist-gzip dist-xz dist-lzip -Wal l -Wno-override]) | |||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) | |||
AC_CONFIG_HEADERS([config.h]) | AC_CONFIG_HEADERS([config.h]) | |||
AC_MSG_RESULT([*** | AC_MSG_RESULT([*** | |||
*** Checking for compilation programs... | *** Checking for compilation programs... | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |