diff configure.in @ 2160:07f1366a724c

Rename config.h(.in) to dwconfig.h and install it with dwcompat. Building modules that use dwcompat requires some of the defines in dwconfig.h. On some platforms without it the opendir headers are not included and cause build failures. Unix (Linux, BSD, Solaris and Mac) are primarily affected.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 29 Sep 2020 22:49:04 +0000
parents 55c6587f269c
children 2a52d9fc2de4
line wrap: on
line diff
--- a/configure.in	Tue Sep 29 04:06:20 2020 +0000
+++ b/configure.in	Tue Sep 29 22:49:04 2020 +0000
@@ -1,5 +1,5 @@
 AC_INIT(winmain.c)
-AC_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(dwconfig.h)
 
 TARGET="dwindows"
 TARGET2="dwcompat"