]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
clarify the reasoning for local libopts
authorHarlan Stenn <stenn@ntp.org>
Fri, 4 Jan 2013 08:36:43 +0000 (03:36 -0500)
committerHarlan Stenn <stenn@ntp.org>
Fri, 4 Jan 2013 08:36:43 +0000 (03:36 -0500)
bk: 50e6949b_EnxW6lTTQAqOz-xMeUbGg

configure.ac

index 253d657dd1089b5826e156a7203006ffeafdca78..9f24668e541b2b5470b0d91fc92c8fb779f9b1c6 100644 (file)
@@ -85,9 +85,10 @@ AC_DISABLE_SHARED
 AC_PROG_LIBTOOL
 AC_SUBST([LIBTOOL_DEPS])
 
-# NTP has (so far) been relying on leading-edge autogen.
+# NTP has (so far) been relying on leading-edge autogen, which
+# means we need the appropriate corresponding libopts as well.
 # Therefore, by default:
-# - use the version we ship with
+# - use the version of libopts we ship with
 # - do not install it
 # - build a static copy (AC_DISABLE_SHARED - done earlier)
 case "${enable_local_libopts+set}" in