acinclude.m4
author J. Ali Harlow <ali@juiblex.co.uk>
Wed Jul 15 16:04:47 2020 +0100 (2020-07-15)
changeset 98 71127797ca73
permissions -rw-r--r--
app-manager --update and --setup are documented to take URIs but they are not treated as such
ali@13
     1
# Usage:
ali@13
     2
#	PLOVER_MSWIN_MANIFEST([output],[input])
ali@13
     3
AC_DEFUN([PLOVER_MSWIN_MANIFEST],[m4_foreach_w([PLOVER_File],[$1],
ali@13
     4
    [m4_define([PLOVER_Output],m4_bpatsubst(PLOVER_File,[:.*],[]))
ali@13
     5
      AC_CONFIG_FILES(PLOVER_File,
ali@13
     6
      [m4] PLOVER_Output [>] PLOVER_Output[.new;]
ali@13
     7
      [mv] PLOVER_Output[.new] PLOVER_Output
ali@13
     8
      )])])