wix-on-linux/configure.ac
Simon Tatham 39faf94ea2 Move the char16 functions into their own file.
This completes the removal of the monolithic fake-lib.[ch].
2017-05-18 07:16:21 +01:00

17 lines
292 B
Text

# autoconf input for Wix Linux shim.
AC_INIT([wix-linux-shim], [NOVERSION], [anakin@pobox.com])
AC_CONFIG_SRCDIR([makecab.py])
AC_CONFIG_MACRO_DIRS([m4])
AM_INIT_AUTOMAKE(foreign)
AC_PROG_CC
AC_PROG_LIBTOOL
AC_PROG_INSTALL
AC_PROG_LN_S
AC_LANG([C])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT