summaryrefslogtreecommitdiff
path: root/m4/ax_normalize_path.m4
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:36:19 +0000
committerJosh Soref <jsoref@users.noreply.github.com>2017-03-28 05:36:19 +0000
commit795f7bb6d7e9c23f3ce4fb4725dae94cc7e9f739 (patch)
treef14af8b43846fb93404ab8a9f49d343e93dc6fa6 /m4/ax_normalize_path.m4
parentf2f2496f93eede1dfdb1c21c08bcc3d369ad1be9 (diff)
downloadautoconf-archive-795f7bb6d7e9c23f3ce4fb4725dae94cc7e9f739.tar.gz
spelling: squeeze
Diffstat (limited to 'm4/ax_normalize_path.m4')
-rw-r--r--m4/ax_normalize_path.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_normalize_path.m4 b/m4/ax_normalize_path.m4
index 38096d1..85fbe01 100644
--- a/m4/ax_normalize_path.m4
+++ b/m4/ax_normalize_path.m4
@@ -106,7 +106,7 @@ AC_DEFUN([AX_NORMALIZE_PATH],
:*[[\\/]]:) $1=`echo "[$]$1" | sed 's,[[\\/]]*[$],,'` ;;
:*:) ;;
esac
-# squeze repeated slashes
+# squeeze repeated slashes
case ifelse($2,,"[$]$1",$2) in
# if the path contains any backslashes, turn slashes into backslashes
*\\*) $1=`echo "[$]$1" | sed 's,\(.\)[[\\/]][[\\/]]*,\1\\\\,g'` ;;