dnl COMPILEINFO="$HOST $host $TARGET $target"
AUTOHEADER="This file was automatically generated by configure"
-CXXFLAGS=""
+CXXFLAGS=${CXXFLAGS:-""} # don't want -g -O junk
AC_PROG_CXX
AC_SUBST(DEFINES)
-AC_OUTPUT(make/out/ACVariables.make)
+
+AC_OUTPUT(make/out/ACVariables.make:make/ACVariables.make.in)
+
+
dnl AC_OUTPUT(config.hh)
+
+
+cat << END
+
+Finished configuring. Please do the following command before
+attempting to build anything:
+
+ make -C make/ -f Initial.make #make is GNU make, of course.
+
+
+END
+