acinclude.m4
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Jun 28 15:55:48 2016 +0100 (2016-06-28)
changeset 50 a4f43ad0e0c8
permissions -rw-r--r--
Fix calls to plover__uri_handler_init
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
      )])])