[cairo-commit] build/configure.ac.tools build/Makefile.am.releasing
Behdad Esfahbod
behdad at kemper.freedesktop.org
Tue Sep 23 14:28:42 PDT 2008
build/Makefile.am.releasing | 2 +-
build/configure.ac.tools | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 03c37f56b2d3ecc0e197194364b216183dacc24a
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Tue Sep 23 17:15:07 2008 -0400
[build] Use mkdir -p portability macros
diff --git a/build/Makefile.am.releasing b/build/Makefile.am.releasing
index eed5dbd..301d96c 100644
--- a/build/Makefile.am.releasing
+++ b/build/Makefile.am.releasing
@@ -86,7 +86,7 @@ release-check: \
$(MAKE) $(AM_MAKEFLAGS) distcheck
release-upload: $(tar_file) $(sha1_file) $(gpg_file)
- mkdir -p releases
+ $(mkdir_p) releases
scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)
mv $(tar_file) $(sha1_file) $(gpg_file) releases
ssh $(RELEASE_UPLOAD_HOST) "rm -f $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-[0-9]* && ln -s $(tar_file) $(RELEASE_UPLOAD_DIR)/LATEST-$(PACKAGE)-$(VERSION)"
diff --git a/build/configure.ac.tools b/build/configure.ac.tools
index a24dbce..6ff9df7 100644
--- a/build/configure.ac.tools
+++ b/build/configure.ac.tools
@@ -2,6 +2,7 @@
AC_PATH_PROG(FIND, find)
AC_PATH_PROG(XARGS, xargs)
+AC_PROG_MKDIR_P
AC_PROG_CC
AC_PROG_CPP
AC_PROG_CXX dnl required for BeOS (and cannot be a conditional dependency)
More information about the cairo-commit
mailing list