Pull this loose from the autoconf goo.
[super-star-trek.git] / c-version / configure.ac
index f250747945dad24e8a75a25ad598c06d20741ae1..786ea7931ae7396fc145f400d9ae2e382ad3ec69 100644 (file)
@@ -46,7 +46,11 @@ AC_CHECK_FUNCS([pow sqrt floor strcasecmp strncasecmp strchr strstr atexit], [],
 AC_CONFIG_FILES([
     Makefile
     src/Makefile
-    po/Makefile.in
-    doc/Makefile
 ])
+
+# These used to be in AC_CONFIG_FILES before the C version became obsolete.
+# Now the build machinery in them is separate/
+#    po/Makefile.in
+#    doc/Makefile
+
 AC_OUTPUT