That is possible. I used a somewhat wierd setup to check out the files. I will try to fiddle with that. Thanks!
/ Marcus Agehall (Scanian)
Previous text:
2004-05-08 20:26: Subject: Configure breaks under mingw32
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "" ) CONFIG_FILES="$CONFIG_FILES " ;; "modules/common_module_makefile" ) CONFIG_FILES="$CONFIG_FILES modules/common_module_makefile" ;; "" ) CONFIG_FILES="$CONFIG_FILES " ;;
cf:
AC_OUTPUT(Makefile \ modules/common_module_makefile \
[...]
Looks like a probable cr/lf problem.
Notice that every other line is strange.. The same problem does not appear in 7.4.44 source tar-ball.
Yes, but in this case you've rolled your own configure-script, and not gotten it from a tar file, haven't you? I suspect you will get a broken configure script for Pike 7.4 too, if you generate it in the same way.
/ Henrik Grubbström (Lysator)