[cairo-commit] build/configure.ac.tools build/Makefile.am.releasing

Behdad Esfahbod behdad at kemper.freedesktop.org
Wed Sep 24 10:18:18 PDT 2008


 build/Makefile.am.releasing |    2 +-
 build/configure.ac.tools    |    1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 9fc745ae9fbbc24ce3f6fa5728c36fa6819b85a7
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Wed Sep 24 13:17:22 2008 -0400

    Revert "[build] Use mkdir -p portability macros"
    
    This reverts commit 03c37f56b2d3ecc0e197194364b216183dacc24a.
    
    The AC_PROG_MKDIR_P is also one of those autoconf macros defined
    in newer versions only.  Since we use mkdir -p in releasing scripts
    only, it's not a big deal if it's not portable.

diff --git a/build/Makefile.am.releasing b/build/Makefile.am.releasing
index 301d96c..eed5dbd 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 6ff9df7..a24dbce 100644
--- a/build/configure.ac.tools
+++ b/build/configure.ac.tools
@@ -2,7 +2,6 @@
 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