# # # patch "Makefile" # from [ce4461777b136adc2471ff2838f756c441aeef20] # to [d7bb43e765526048a630bc8541629f4003137eb2] # ============================================================ --- Makefile ce4461777b136adc2471ff2838f756c441aeef20 +++ Makefile d7bb43e765526048a630bc8541629f4003137eb2 @@ -6,7 +6,7 @@ usher.webhost: ALWAYS # g++ usher.cc -o usher.webhost -g -Wall usher.webhost: ALWAYS cd usher && \ - [ -s configure ] || ./bootstrap && \ + [ -s configure ] || autoreconf -i && \ [ -s Makefile ] || ./configure && make cp usher/usher usher.webhost