diff configure.in @ 2403:20f05d3a9c64

Set the package name and version for autoconf. Remove reference to winmain.c.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 28 Mar 2021 07:43:45 +0000
parents 829228de003f
children 0ce46809e95d
line wrap: on
line diff
--- a/configure.in	Sun Mar 28 02:23:20 2021 +0000
+++ b/configure.in	Sun Mar 28 07:43:45 2021 +0000
@@ -1,4 +1,4 @@
-AC_INIT(winmain.c)
+AC_INIT(dwindows, 3.2)
 AC_CONFIG_HEADER(dwconfig.h)
 
 TARGET="dwindows"