Changeset 5508683 in mod_gnutls for aclocal.m4
- Timestamp:
- Jan 11, 2013, 12:58:10 AM (8 years ago)
- Branches:
- debian/master, debian/stretch-backports, jessie-backports, upstream
- Children:
- 17eb1a1, 9c4a744
- Parents:
- bbb9bb1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal.m4
rbbb9bb1 r5508683 1 # generated automatically by aclocal 1.11 -*- Autoconf -*-1 # generated automatically by aclocal 1.11.1 -*- Autoconf -*- 2 2 3 3 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, … … 14 14 m4_ifndef([AC_AUTOCONF_VERSION], 15 15 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl 16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.6 4],,17 [m4_warning([this file was generated for autoconf 2.6 4.16 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],, 17 [m4_warning([this file was generated for autoconf 2.65. 18 18 You have another version of autoconf. It may work, but is not guaranteed to. 19 19 If you have problems, you may need to regenerate the build system entirely. … … 35 35 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to 36 36 dnl require some minimum version. Point them to the right macro. 37 m4_if([$1], [1.11 ], [],37 m4_if([$1], [1.11.1], [], 38 38 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl 39 39 ]) … … 51 51 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. 52 52 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], 53 [AM_AUTOMAKE_VERSION([1.11 ])dnl53 [AM_AUTOMAKE_VERSION([1.11.1])dnl 54 54 m4_ifndef([AC_AUTOCONF_VERSION], 55 55 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
Note: See TracChangeset
for help on using the changeset viewer.