X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fdirname.m4;h=e36937d8fc8801e93d6e02f4bf3d7050cf4bf9f2;hb=9df4453b386268b137f71b0e9548f67e03565dd4;hp=8b14184dcaf256a7343a199cd5ed859f63cdb439;hpb=44d7c1c1f004fa9bfb8ec3948de2671a7958cf5b;p=gnulib.git diff --git a/m4/dirname.m4 b/m4/dirname.m4 index 8b14184dc..e36937d8f 100644 --- a/m4/dirname.m4 +++ b/m4/dirname.m4 @@ -1,11 +1,14 @@ -# dirname.m4 serial 4 -dnl Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc. +# dirname.m4 serial 5 +dnl Copyright (C) 2002, 2003, 2004, 2005 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]) + dnl Prerequisites of lib/dirname.h. AC_REQUIRE([gl_AC_DOS])