2N/A#serial 8 -*- autoconf -*-
2N/Adnl Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc.
2N/Adnl This file is free software; the Free Software Foundation
2N/Adnl gives unlimited permission to copy and/or distribute it,
2N/Adnl with or without modifications, as long as this notice is preserved.
2N/A
2N/AAC_DEFUN([gl_DIRNAME],
2N/A[
2N/A AC_REQUIRE([gl_DIRNAME_LGPL])
2N/A AC_LIBOBJ([basename])
2N/A AC_LIBOBJ([dirname])
2N/A])
2N/A
2N/AAC_DEFUN([gl_DIRNAME_LGPL],
2N/A[
2N/A AC_LIBOBJ([basename-lgpl])
2N/A AC_LIBOBJ([dirname-lgpl])
2N/A AC_LIBOBJ([stripslash])
2N/A
2N/A dnl Prerequisites of lib/dirname.h.
2N/A AC_REQUIRE([gl_AC_DOS])
2N/A AC_REQUIRE([gl_DOUBLE_SLASH_ROOT])
2N/A
2N/A dnl No prerequisites of lib/basename-lgpl.c, lib/dirname-lgpl.c,
2N/A dnl lib/stripslash.c.
2N/A])