summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:05:23 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-07-17 03:05:23 +0000
commitf25ddb12c65aae1d74ca1fc5c2a3a9d84a119759 (patch)
tree384d89e7b155f14d0fee0f69a5aa15828ec25fdf /m4
parent999eeed90f8e614cad8f52657d5fc4b3a611213e (diff)
downloadcoreutils-f25ddb12c65aae1d74ca1fc5c2a3a9d84a119759.tar.xz
Initial version.
Diffstat (limited to 'm4')
-rw-r--r--m4/mkancesdirs.m411
1 files changed, 11 insertions, 0 deletions
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])
+])