X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fmkancesdirs.m4;fp=m4%2Fmkancesdirs.m4;h=cd44d4874c8c0132138f5ce1d899e0f6ef70473d;hb=5f531596a92e1205a700218dedfe7a525eef21c8;hp=0000000000000000000000000000000000000000;hpb=c7c220336bdebb2f0302e2a618a3537a80f8e979;p=gnulib.git diff --git a/m4/mkancesdirs.m4 b/m4/mkancesdirs.m4 new file mode 100644 index 000000000..cd44d4874 --- /dev/null +++ b/m4/mkancesdirs.m4 @@ -0,0 +1,11 @@ +# 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]) +])