major revamp of the build system.
Fixing the Unix Autoconf parts
diff --git a/builds/unix/configure.in b/builds/unix/configure.in
index e3b6a11..b477039 100644
--- a/builds/unix/configure.in
+++ b/builds/unix/configure.in
@@ -79,10 +79,9 @@
 
 AM_PROG_LIBTOOL
 
-dnl create the Unix-specific sub-Makefile `builds/unix/unix.mk' that will be
-dnl used by the build system
+dnl create the Unix-specific sub-Makefile `builds/unix/unix-def.mk' 
+dnl and 'builds/unix/unix-cc.mk' that will be used by the build system
 dnl
-AC_OUTPUT(unix-def.mk:unix-def.in)
-AC_OUTPUT(unix-cc.mk:unix-cc.in)
+AC_OUTPUT(unix-cc.mk:unix-cc.in unix-def.mk:unix-def.in)
 
 dnl end of configure.in