diff options
author | Simon Tatham <anakin@pobox.com> | 2017-05-18 07:14:27 +0100 |
---|---|---|
committer | Simon Tatham <anakin@pobox.com> | 2017-05-18 07:16:21 +0100 |
commit | 39faf94ea2fa54f6791641142ad03e7e4f884a69 (patch) | |
tree | 371ff51b465294d4529437be4cdaab7944ed5a20 /configure.ac | |
parent | 3b3a5fd6bf7a3542ab8e8701c93c3d0f505c722f (diff) | |
download | wix-on-linux-39faf94ea2fa54f6791641142ad03e7e4f884a69.tar.gz wix-on-linux-39faf94ea2fa54f6791641142ad03e7e4f884a69.tar.bz2 wix-on-linux-39faf94ea2fa54f6791641142ad03e7e4f884a69.zip |
Move the char16 functions into their own file.
This completes the removal of the monolithic fake-lib.[ch].
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a5986be..6b657b6 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,7 +1,7 @@ | |||
1 | # autoconf input for Wix Linux shim. | 1 | # autoconf input for Wix Linux shim. |
2 | 2 | ||
3 | AC_INIT([wix-linux-shim], [NOVERSION], [anakin@pobox.com]) | 3 | AC_INIT([wix-linux-shim], [NOVERSION], [anakin@pobox.com]) |
4 | AC_CONFIG_SRCDIR([fake-lib.h]) | 4 | AC_CONFIG_SRCDIR([makecab.py]) |
5 | AC_CONFIG_MACRO_DIRS([m4]) | 5 | AC_CONFIG_MACRO_DIRS([m4]) |
6 | 6 | ||
7 | AM_INIT_AUTOMAKE(foreign) | 7 | AM_INIT_AUTOMAKE(foreign) |