acinclude.m4
author J. Ali Harlow <ali@juiblex.co.uk>
Tue Jul 14 18:03:26 2020 +0100 (2020-07-14)
changeset 97 55ae076f393c
permissions -rw-r--r--
pre-inst should install 'installer' group rather than the hardcoded plover-gtkui
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
      )])])