On Saturday 2009-11-14 14:06, Ralf Wildenhues wrote: >Hi Jan, > >* Jan Engelhardt wrote on Mon, Nov 09, 2009 at 02:09:14AM CET: >> in the automake tarballs, the 'bootstrap' script is missing, but it >> would be needed when modifying any of the automake files in a tarball. > >Sounds reasonable to me, esp. since it doesn't even use git in any way >(yet). > >> In other words, when used in an rpm build script: >> >> Source: automake-1.11.tar.bz2 >> Patch1: foobar.diff modifying m4/init.m4 > >BTW, what's in that patch?
You sure don't want to have it. --- m4/init.m4 | 1 + 1 file changed, 1 insertion(+) Index: automake/m4/init.m4 =================================================================== --- automake.orig/m4/init.m4 +++ automake/m4/init.m4 @@ -107,6 +107,7 @@ dnl is hooked onto _AC_COMPILER_EXEEXT e AC_CONFIG_COMMANDS_PRE(dnl [m4_provide_if([_AM_COMPILER_EXEEXT], [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl +AM_SILENT_RULES([yes]) ]) dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not