build: Fix warning during autogen.sh

The serial number is supposed to appear only once per file, at the top
of it. Add a serial that matches the highest serial and remove the
in-text serials.

acinclude.m4:113: warning: the serial number must appear before any macro definition
acinclude.m4:321: warning: the serial number must appear before any macro definition
This commit is contained in:
Bastien Nocera
2021-03-03 15:49:02 +01:00
committed by Alexander Larsson
parent 03369d3f47
commit edf1e40bbb

View File

@@ -1,3 +1,5 @@
#serial 12
# Checks the location of the XML Catalog
# Usage:
# JH_PATH_XML_CATALOG([ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND])
@@ -110,8 +112,6 @@ AC_DEFUN([JH_CHECK_XML_CATALOG],
# and this notice are preserved. This file is offered as-is, without any
# warranty.
#serial 4
AC_DEFUN([AX_VALGRIND_CHECK],[
dnl Check for --enable-valgrind
AC_MSG_CHECKING([whether to enable Valgrind on the unit tests])
@@ -318,8 +318,6 @@ MOSTLYCLEANFILES += $(valgrind_log_files)
# and this notice are preserved. This file is offered as-is, without any
# warranty.
#serial 11
dnl #########################################################################
AC_DEFUN([AX_COMPARE_VERSION], [
AC_REQUIRE([AC_PROG_AWK])