1# getndelim2.m4 serial 4 2dnl Copyright (C) 2003 Free Software Foundation, Inc. 3dnl This file is free software; the Free Software Foundation 4dnl gives unlimited permission to copy and/or distribute it, 5dnl with or without modifications, as long as this notice is preserved. 6 7AC_DEFUN([gl_GETNDELIM2], 8[ 9 # Avoid multiple inclusions of getndelim2.o into LIBOBJS. 10 # This hack won't be needed after gnulib requires Autoconf 2.58 or later. 11 case " $LIB@&t@OBJS " in 12 *" getndelim2.$ac_objext "* ) ;; 13 *) AC_LIBOBJ(getndelim2);; 14 esac 15 16 gl_PREREQ_GETNDELIM2 17]) 18 19# Prerequisites of lib/getndelim2.h and lib/getndelim2.c. 20AC_DEFUN([gl_PREREQ_GETNDELIM2], 21[ 22 dnl Prerequisites of lib/getndelim2.h. 23 AC_REQUIRE([gt_TYPE_SSIZE_T]) 24 dnl No prerequisites of lib/getndelim2.c. 25]) 26