]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove argmatch.m4 from CVS, since ../bootstrap generates it automatically.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Aug 2006 22:09:48 +0000 (22:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 21 Aug 2006 22:09:48 +0000 (22:09 +0000)
m4/ChangeLog
m4/argmatch.m4 [deleted file]

index 7d976374476aa4b096dcedcd049a94dea51350e9..6f4bd864cf6d85a8155c3610f94e1d7fe3a1e83e 100644 (file)
@@ -1,3 +1,8 @@
+2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * argmatch.m4:
+       Remove from CVS, since ../bootstrap generates it automatically.
+
 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        Add a bootstrap procedure, so that the CVS version contains fewer
diff --git a/m4/argmatch.m4 b/m4/argmatch.m4
deleted file mode 100644 (file)
index cdf9522..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#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_ARGMATCH],
-[
-  AC_LIBSOURCES([argmatch.c, argmatch.h])
-  AC_LIBOBJ([argmatch])
-])