diff options
Diffstat (limited to 'editors/ssed/files/patch-configure')
-rw-r--r-- | editors/ssed/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/ssed/files/patch-configure b/editors/ssed/files/patch-configure new file mode 100644 index 000000000000..718b9d368f7b --- /dev/null +++ b/editors/ssed/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Feb 9 04:31:24 2005 ++++ configure Sat May 28 00:24:01 2005 +@@ -1508,7 +1508,7 @@ + echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} + fi + +-if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then ++if (mkdir -p --version . >/dev/null 2>&1; test ! -d ./--version); then + # We used to keeping the `.' as first argument, in order to + # allow $(mkdir_p) to be used without argument. As in + # $(mkdir_p) $(somedir) |