From: Harlan Stenn Date: Thu, 15 Jun 2006 08:46:11 +0000 (-0400) Subject: Try harder to get sntp/libopts/Makefile.in to get the correct srcdir path X-Git-Tag: NTP_4_2_3P2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11a3c252a64be6e0705f900b30861954efe8cba0;p=thirdparty%2Fntp.git Try harder to get sntp/libopts/Makefile.in to get the correct srcdir path bk: 44911e53evEfbNjIIuXL39caQ8cPKQ --- diff --git a/bootstrap b/bootstrap index 323068bd0..ea39c1130 100755 --- a/bootstrap +++ b/bootstrap @@ -54,4 +54,8 @@ done ${AUTORECONF} -i -v +# HMS: 20060615: the next line seems to be needed to make sure +# we get the correct srcdir path in sntp/libopts/Makefile.in +rm -rf sntp/autom4te.cache + (cd sntp && ${AUTORECONF} -f -i -v)