summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorWan-Teh Chang <wtc@google.com>2014-04-01 12:48:36 -0700
committerWan-Teh Chang <wtc@google.com>2014-04-01 12:48:36 -0700
commite89066521070359e630cbe9e07787955932de3cb (patch)
tree7722aadc01e0ef7064e93c2f90f7cc3b8eeb37f0 /build
parent600ad7299a1c63b94b51dca7d679dc439d42abcf (diff)
downloadnspr-hg-e89066521070359e630cbe9e07787955932de3cb.tar.gz
Bug 849085: 1. Require autoconf 2.61. Replace obsolete autoconf macrosNSPR_4_10_5_BETA3
as suggested by autoupdate 2.61. 2. Remove the workaround for a problem in autoconf 2.59 and earlier with splitting a DOS-style absolute path by the colon. r=glandium.
Diffstat (limited to 'build')
-rw-r--r--build/autoconf/acwinpaths.m413
1 files changed, 0 insertions, 13 deletions
diff --git a/build/autoconf/acwinpaths.m4 b/build/autoconf/acwinpaths.m4
deleted file mode 100644
index 226b19ef..00000000
--- a/build/autoconf/acwinpaths.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-dnl This Source Code Form is subject to the terms of the Mozilla Public
-dnl License, v. 2.0. If a copy of the MPL was not distributed with this
-dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-dnl Work around the problem that a DOS-style absolute path is split by
-dnl the colon in autoconf 2.59 and earlier. The _AC_OUTPUT_FILES macro
-dnl was removed and the problem was fixed in autoconf 2.60.
-define(GENERATE_FILES_NOSPLIT, [
-define([_AC_OUTPUT_FILES],
- [patsubst($@, [`IFS=:], [`#IFS=:])])
-])
-m4_ifdef([_AC_OUTPUT_FILES],
- [GENERATE_FILES_NOSPLIT(defn([_AC_OUTPUT_FILES]))])