Issue #11942 has been updated by Martin Drst. Just for the record, if you run into this bug, just redoing 'make up; make install' isn't enough. A manual 'svn up' is necessary. ---------------------------------------- Bug #11942: No rule to make target 'aclocal.m4', needed by 'configure' https://bugs.ruby-lang.org/issues/11942#change-55936 * Author: Martin Drst * Status: Closed * Priority: Normal * Assignee: Nobuyoshi Nakada * ruby -v: ruby 2.2.3p173 (2015-08-18 revision 51636) [x86_64-cygwin] * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN ---------------------------------------- When executing 'make up; make install-nodoc' I get the following errors: (it's an easy guess that this must be related to r53414) make[1]: Entering directory '/cygdrive/c/Data/ruby' sed 's/{\$([^(){}]*)[^{}]*}//g' common.mk > uncommon.mk make[1]: *** No rule to make target 'aclocal.m4', needed by 'configure'. Stop. make[1]: Leaving directory '/cygdrive/c/Data/ruby' uncommon.mk:959: recipe for target 'up' failed make: [up] Error 2 (ignored) make[1]: Entering directory '/cygdrive/c/Data/ruby' make[1]: *** No rule to make target 'aclocal.m4', needed by 'configure'. Stop. make[1]: Leaving directory '/cygdrive/c/Data/ruby' uncommon.mk:962: recipe for target 'up' failed make: [up] Error 2 (ignored) make: *** No rule to make target 'aclocal.m4', needed by 'configure'. Stop. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request / ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>