Actions
Bug #13966
closedconfigure.in still needed ?!
Bug #13966:
configure.in still needed ?!
Description
When compiling trunk on cygwin, I get the following error:
make[2]: Entering directory '/cygdrive/c/Data/ruby/ext/rbconfig/sizeof'
make[2]: *** No rule to make target '../../.././configure.in', needed by 'sizes.c'. Stop.
make[2]: Leaving directory '/cygdrive/c/Data/ruby/ext/rbconfig/sizeof'
make[1]: *** [exts.mk:256: ext/rbconfig/sizeof/all] Error 2
make[1]: Leaving directory '/cygdrive/c/Data/ruby'
make: *** [uncommon.mk:236: build-ext] Error 2
(Only showing the last few lines, up to that point, everything seems to run smoothly.)
It looks like something somewhere still wants configure.in, although we now use configure.ac.
Actions