From: Harlan Stenn Date: Sat, 10 Jun 2006 05:37:28 +0000 (-0400) Subject: bootstrap: X-Git-Tag: NTP_4_2_3P0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c21a21c3c46ff36ad51946be8435b1645f8b87af;p=thirdparty%2Fntp.git bootstrap: there was a libopts dependency name problem with the old autoreconf sequence - change it to something slower that works. flock-build: lose --with-sntp as it is no longer needed bk: 448a5a98j3qfn0bGpn2V9MJ3ifEocw --- diff --git a/bootstrap b/bootstrap index 4367abbd8..323068bd0 100755 --- a/bootstrap +++ b/bootstrap @@ -52,6 +52,6 @@ do autogen -L${incdir} $(basename ${f}) ) done -(cd sntp && ${AUTORECONF} -i -v) - ${AUTORECONF} -i -v + +(cd sntp && ${AUTORECONF} -f -i -v) diff --git a/flock-build b/flock-build index 08cbf9bae..b34a8592f 100755 --- a/flock-build +++ b/flock-build @@ -3,7 +3,7 @@ BUILD_ARGS="$@" PARSE="--enable-parse-clocks" #PARSE= -STD="--with-sntp --enable-simulator" +STD="--enable-simulator" # Backroom: # beauregard freebsd-4