michael@0: dnl This Source Code Form is subject to the terms of the Mozilla Public michael@0: dnl License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: dnl file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: define(GENERATE_SUB_ABS, [ michael@0: define([AC_OUTPUT_FILES_SUB1], [ michael@0: patsubst($@, [/\*)], [/* | ?:/*)]) michael@0: ]) michael@0: ]) michael@0: GENERATE_SUB_ABS(defn([AC_OUTPUT_FILES])) michael@0: michael@0: define(GENERATE_SUB_NOSPLIT, [ michael@0: define([AC_OUTPUT_FILES], [ michael@0: patsubst($@, [-e "s%:% \$ac_given_srcdir/%g"], []) michael@0: ]) michael@0: ]) michael@0: GENERATE_SUB_NOSPLIT(defn([AC_OUTPUT_FILES_SUB1])) michael@0: michael@0: define(GENERATE_HEADER_NOSPLIT, [ michael@0: define([AC_OUTPUT_HEADER], [ michael@0: patsubst($@, [-e "s%:% \$ac_given_srcdir/%g"], []) michael@0: ]) michael@0: ]) michael@0: GENERATE_HEADER_NOSPLIT(defn([AC_OUTPUT_HEADER])) michael@0: michael@0: define(GENERATE_SUBDIRS_ABS, [ michael@0: define([AC_OUTPUT_SUBDIRS], [ michael@0: patsubst($@, [/\*)], [/* | ?:/*)]) michael@0: ]) michael@0: ]) michael@0: GENERATE_SUBDIRS_ABS(defn([AC_OUTPUT_SUBDIRS]))