autogen.sh: replace test -e with test -x for mkinstalldirs to be more portable.

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)
This commit is contained in:
Benjamin Otte 2004-02-22 15:55:29 +00:00
parent 5a34cd92ed
commit bf08b9f3d1
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
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:

View file

@ -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

2
common

@ -1 +1 @@
Subproject commit d821172609916bc61bbbca7f8d2e6cf0ca1ab47a
Subproject commit 0945c85c4c9139e2e5b8e04d0fc841b8aa1e6e9b