From: mfranz Date: Tue, 11 Nov 2008 18:36:16 +0000 (+0000) Subject: add propmerge utility, which merges XML files. Writes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fbe1a51d380e02576a57d634d57cda2c59f5b31a;p=flightgear.git add propmerge utility, which merges XML files. Writes result to the given output file if specified, or prints it to stdout otherwise. Usage: $ propmerge [-o ] --- diff --git a/configure.ac b/configure.ac index f3a612539..600621681 100644 --- a/configure.ac +++ b/configure.ac @@ -713,6 +713,7 @@ AC_CONFIG_FILES([ \ utils/fgadmin/src/Makefile \ utils/js_server/Makefile \ utils/Modeller/Makefile \ + utils/propmerge/Makefile \ utils/TerraSync/Makefile \ utils/xmlgrep/Makefile \ ])