diff options
Diffstat (limited to 'm4/ax_check_define.m4')
-rw-r--r-- | m4/ax_check_define.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/ax_check_define.m4 b/m4/ax_check_define.m4 index 4bc6948..20ba808 100644 --- a/m4/ax_check_define.m4 +++ b/m4/ax_check_define.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_define.html +# https://www.gnu.org/software/autoconf-archive/ax_check_define.html # =========================================================================== # # SYNOPSIS @@ -29,7 +29,7 @@ # Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see <http://www.gnu.org/licenses/>. +# with this program. If not, see <https://www.gnu.org/licenses/>. # # As a special exception, the respective Autoconf Macro's copyright owner # gives unlimited permission to copy, distribute and modify the configure @@ -44,7 +44,7 @@ # modified version of the Autoconf Macro, you may extend this special # exception to the GPL to apply to your modified version as well. -#serial 8 +#serial 9 AU_ALIAS([AC_CHECK_DEFINED], [AC_CHECK_DEFINE]) AC_DEFUN([AC_CHECK_DEFINE],[ |