X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fdirname.m4;h=5897a2a8b3f280ed827c77e81a01b0706af9314e;hb=533101a268dc5015a140ff4695d8eeb04fbe57b6;hp=e36937d8fc8801e93d6e02f4bf3d7050cf4bf9f2;hpb=62a39c7d945eb4160c206242b85c624fb2fb21fd;p=gnulib.git diff --git a/m4/dirname.m4 b/m4/dirname.m4 index e36937d8f..5897a2a8b 100644 --- a/m4/dirname.m4 +++ b/m4/dirname.m4 @@ -1,16 +1,19 @@ -# dirname.m4 serial 5 -dnl Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. +#serial 10 -*- autoconf -*- +dnl Copyright (C) 2002-2006, 2009-2013 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_DIRNAME], [ - AC_LIBSOURCES([dirname.c, dirname.h]) - AC_LIBOBJ([dirname]) + AC_REQUIRE([gl_DIRNAME_LGPL]) +]) +AC_DEFUN([gl_DIRNAME_LGPL], +[ dnl Prerequisites of lib/dirname.h. - AC_REQUIRE([gl_AC_DOS]) + AC_REQUIRE([gl_DOUBLE_SLASH_ROOT]) - dnl No prerequisites of lib/basename.c, lib/dirname.c, lib/stripslash.c. + dnl No prerequisites of lib/basename-lgpl.c, lib/dirname-lgpl.c, + dnl lib/stripslash.c. ])