summaryrefslogtreecommitdiff
path: root/m4/getndelim2.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-10-17 12:45:34 +0000
committerBruno Haible <bruno@clisp.org>2006-10-17 12:45:34 +0000
commit9fe852223f76c783852de155b9645cd9ff9e3c1c (patch)
tree862721ae3f1cacc6c122e07f3fc276dc0e5c786a /m4/getndelim2.m4
parent209a4ec4b5a270bf22d421fa54428ecab7342cd2 (diff)
downloadgnulib-9fe852223f76c783852de155b9645cd9ff9e3c1c.tar.gz
Remove 2003-10-23 hack.
Diffstat (limited to 'm4/getndelim2.m4')
-rw-r--r--m4/getndelim2.m412
1 files changed, 3 insertions, 9 deletions
diff --git a/m4/getndelim2.m4 b/m4/getndelim2.m4
index 404b36d4f9..f0e7ae2c5f 100644
--- a/m4/getndelim2.m4
+++ b/m4/getndelim2.m4
@@ -1,18 +1,12 @@
-# getndelim2.m4 serial 4
-dnl Copyright (C) 2003 Free Software Foundation, Inc.
+# getndelim2.m4 serial 5
+dnl Copyright (C) 2003, 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_GETNDELIM2],
[
- # Avoid multiple inclusions of getndelim2.o into LIBOBJS.
- # This hack won't be needed after gnulib requires Autoconf 2.58 or later.
- case " $LIB@&t@OBJS " in
- *" getndelim2.$ac_objext "* ) ;;
- *) AC_LIBOBJ(getndelim2);;
- esac
-
+ AC_LIBOBJ(getndelim2)
gl_PREREQ_GETNDELIM2
])