diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-15 22:35:16 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-15 22:35:16 +0300 |
commit | 3d21c373de4783ed4ba6a8fcf2a128320c0f65fb (patch) | |
tree | e06947844d9411b96d444ef446216b1228892ffc /configure.ac | |
parent | 7639db8cec67fde349e41076738336a9d6ebe55d (diff) | |
download | plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.tar.gz plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.tar.bz2 plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.tar.xz plus-3d21c373de4783ed4ba6a8fcf2a128320c0f65fb.zip |
Remove support for config.h with default defines.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa84a0957..5580f4793 100755 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,6 @@ AC_PREREQ(2.60) AC_INIT([ManaPlus], [1.6.6.4], [akaras@inbox.ru], [manaplus]) AM_INIT_AUTOMAKE([1.9]) -AC_CONFIG_HEADERS([config.h:config.h.in]) AC_LANG_CPLUSPLUS # Enable -Werror |