X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcheck-version.m4;h=5ebb1267bd8a0f98652228eca5c85de8127067df;hb=b58d8aacabf74bae9e628f924474f2038c18a9df;hp=42b23a484d33fca3582a0b667a2f8ddf070b8763;hpb=bd5eb2f8e6080000de62b896c5e34695ea887aea;p=gnulib.git diff --git a/m4/check-version.m4 b/m4/check-version.m4 index 42b23a484..5ebb1267b 100644 --- a/m4/check-version.m4 +++ b/m4/check-version.m4 @@ -1,11 +1,10 @@ -#serial 1 -dnl Copyright (C) 2005 Free Software Foundation, Inc. +#serial 2 +dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_CHECK_VERSION], [ - AC_LIBSOURCES([check-version.c, check-version.h]) AC_LIBOBJ([check-version]) ])