X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fcheck-version.m4;h=8c6cf932110fd1a0128c5bee443412b0c6ec07e2;hb=d5b641f5183e4e3d69a3e06f69bcf6ecee302a1b;hp=42b23a484d33fca3582a0b667a2f8ddf070b8763;hpb=bd5eb2f8e6080000de62b896c5e34695ea887aea;p=gnulib.git diff --git a/m4/check-version.m4 b/m4/check-version.m4 index 42b23a484..8c6cf9321 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 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]) ])