build/autoconf/acwinpaths.m4

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/build/autoconf/acwinpaths.m4	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +dnl This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +dnl License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +dnl file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +define(GENERATE_SUB_ABS, [
     1.9 +define([AC_OUTPUT_FILES_SUB1], [
    1.10 +patsubst($@, [/\*)], [/* | ?:/*)])
    1.11 +])
    1.12 +])
    1.13 +GENERATE_SUB_ABS(defn([AC_OUTPUT_FILES]))
    1.14 +
    1.15 +define(GENERATE_SUB_NOSPLIT, [
    1.16 +define([AC_OUTPUT_FILES], [
    1.17 +patsubst($@, [-e "s%:% \$ac_given_srcdir/%g"], [])
    1.18 +])
    1.19 +])
    1.20 +GENERATE_SUB_NOSPLIT(defn([AC_OUTPUT_FILES_SUB1]))
    1.21 +
    1.22 +define(GENERATE_HEADER_NOSPLIT, [
    1.23 +define([AC_OUTPUT_HEADER], [
    1.24 +patsubst($@, [-e "s%:% \$ac_given_srcdir/%g"], [])
    1.25 +])
    1.26 +])
    1.27 +GENERATE_HEADER_NOSPLIT(defn([AC_OUTPUT_HEADER]))
    1.28 +
    1.29 +define(GENERATE_SUBDIRS_ABS, [
    1.30 +define([AC_OUTPUT_SUBDIRS], [
    1.31 +patsubst($@, [/\*)], [/* | ?:/*)])
    1.32 +])
    1.33 +])
    1.34 +GENERATE_SUBDIRS_ABS(defn([AC_OUTPUT_SUBDIRS]))

mercurial