view m4/mkancesdirs.m4 @ 7148:06ddea502cf5

.
author Karl Berry <karl@freefriends.org>
date Wed, 16 Aug 2006 08:04:38 +0000
parents bbdf9204a185
children be9e01d008cb
line wrap: on
line source

# Make a file's ancestor directories.
dnl Copyright (C) 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_MKANCESDIRS],
[
  AC_LIBSOURCES([mkancesdirs.c, mkancesdirs.h])
  AC_LIBOBJ([mkancesdirs])
])