From 822ba8d99ecbcd1d37cebb9a66b81c1aeb9fed0d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 3 Dec 2011 21:19:04 -0600 Subject: Fix some serial warnings --- acinclude.m4.in | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'acinclude.m4.in') diff --git a/acinclude.m4.in b/acinclude.m4.in index 78fbc3e..1df9c93 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -26,6 +26,9 @@ dnl dnl Single-module modifications are best placed in configure.in for tdelibs dnl and tdebase or configure.in.in if present. +# serial 2 +# Added 12/03/2011 by Timothy Pearson to shut automake serial warnings up + # KDE_PATH_X_DIRECT dnl Internal subroutine of AC_PATH_X. dnl Set ac_x_includes and/or ac_x_libraries. @@ -4067,9 +4070,6 @@ AC_DEFUN([AM_KDE_WITH_NLS], # Search path for a program which passes the given test. # Ulrich Drepper , 1996. -# serial 1 -# Stephan Kulow: I appended a _KDE against name conflicts - dnl AM_PATH_PROG_WITH_TEST_KDE(VARIABLE, PROG-TO-CHECK-FOR, dnl TEST-PERFORMED-ON-FOUND_PROGRAM [, VALUE-IF-NOT-FOUND [, PATH]]) AC_DEFUN([AM_PATH_PROG_WITH_TEST_KDE], @@ -4112,8 +4112,6 @@ AC_SUBST($1)dnl # Check whether LC_MESSAGES is available in . # Ulrich Drepper , 1995. -# serial 1 - AC_DEFUN([AM_LC_MESSAGES], [if test $ac_cv_header_locale_h = yes; then AC_CACHE_CHECK([for LC_MESSAGES], am_cv_val_LC_MESSAGES, @@ -4157,9 +4155,6 @@ AC_DEFUN([AM_FUNC_ERROR_AT_LINE], # Macro to add for using GNU gettext. # Ulrich Drepper , 1995. -# serial 1 -# Stephan Kulow: I put a KDE in it to avoid name conflicts - AC_DEFUN([AM_KDE_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AC_PROG_RANLIB])dnl -- cgit v1.2.3