autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.
authorBenjamin Otte <otte@gnome.org>
Sun, 22 Feb 2004 15:55:29 +0000 (15:55 +0000)
committerBenjamin Otte <otte@gnome.org>
Sun, 22 Feb 2004 15:55:29 +0000 (15:55 +0000)
Original commit message from CVS:
2004-02-22  Benjamin Otte  <otte@gnome.org>

reported by: Padraig O'Briain <padraig.obriain@sun.com>

* autogen.sh:
replace test -e with test -x for mkinstalldirs to be more portable.
(fixes #134816)

ChangeLog
autogen.sh
common

index 244944c..ac6f653 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2004-02-22  Benjamin Otte  <otte@gnome.org>
 
+       reported by: Padraig O'Briain <padraig.obriain@sun.com>
+
+       * autogen.sh:
+         replace test -e with test -x for mkinstalldirs to be more portable.
+         (fixes #134816)
+
+2004-02-22  Benjamin Otte  <otte@gnome.org>
+
        * gst/gstpad.c:
          revert last patch from Andy, it makes gst_pad_can_link_filtered much
          too noisy
index 9a861cf..9e500e8 100755 (executable)
@@ -61,7 +61,7 @@ toplevel_check $srcfile
 
 # autopoint
 #    older autopoint (< 0.12) has a tendency to complain about mkinstalldirs
-if test -e mkinstalldirs; then rm mkinstalldirs; fi
+if test -x mkinstalldirs; then rm mkinstalldirs; fi
 #    first remove patch if necessary, then run autopoint, then reapply
 if test -f po/Makefile.in.in;
 then
diff --git a/common b/common
index d821172..0945c85 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit d821172609916bc61bbbca7f8d2e6cf0ca1ab47a
+Subproject commit 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b