]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
s/DNL/dnl/ in ntp_openssl.m4
authorHarlan Stenn <stenn@ntp.org>
Tue, 10 Jan 2017 11:14:17 +0000 (11:14 +0000)
committerHarlan Stenn <stenn@ntp.org>
Tue, 10 Jan 2017 11:14:17 +0000 (11:14 +0000)
bk: 5874c209y6ww7B1AsTmivCW6TD_Bvw

sntp/m4/ntp_openssl.m4

index 39302495ba705b5e9d6e5a1134c17d443052f315..33554f38b189a6ea3c105ded20f30fcc612229f4 100644 (file)
@@ -67,9 +67,9 @@ case "$with_crypto" in
     with_crypto=openssl,libcrypto
 esac
 
-DNL AC_MSG_NOTICE(['%with_crypto:%{PKG_CONFIG:+notempty}:%{with_openssl_libdir-notgiven}:%{with_openssl_incdir-notgiven}'])
-DNL str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}"
-DNL AC_MSG_NOTICE([$str])
+dnl AC_MSG_NOTICE(['%with_crypto:%{PKG_CONFIG:+notempty}:%{with_openssl_libdir-notgiven}:%{with_openssl_incdir-notgiven}'])
+dnl str="$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}"
+dnl AC_MSG_NOTICE([$str])
 
 case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${with_openssl_incdir-notgiven}" in
  no:*) ;;
@@ -92,11 +92,11 @@ case "$with_crypto:${PKG_CONFIG:+notempty}:${with_openssl_libdir-notgiven}:${wit
        AC_MSG_RESULT([no])
     done
 esac
-DNL AC_MSG_NOTICE([OpenSSL Phase I checks:])
-DNL AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP])
-DNL AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP])
-DNL AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP])
-DNL AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP])
+dnl AC_MSG_NOTICE([OpenSSL Phase I checks:])
+dnl AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP])
+dnl AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP])
+dnl AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP])
+dnl AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP])
 case "$with_crypto:$ntp_openssl" in
  no:*) ;;
  *:no)
@@ -382,11 +382,11 @@ case "$ntp_openssl" in
     ;;
 esac
 
-DNL AC_MSG_NOTICE([OpenSSL final checks:])
-DNL AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP])
-DNL AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP])
-DNL AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP])
-DNL AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP])
+dnl AC_MSG_NOTICE([OpenSSL final checks:])
+dnl AC_MSG_NOTICE([CPPFLAGS_NTP: $CPPFLAGS_NTP])
+dnl AC_MSG_NOTICE([CFLAGS_NTP: $CFLAGS_NTP])
+dnl AC_MSG_NOTICE([LDADD_NTP: $LDADD_NTP])
+dnl AC_MSG_NOTICE([LDFLAGS_NTP: $LDFLAGS_NTP])
 
 CPPFLAGS="$NTPO_SAVED_CPPFLAGS"
 LIBS="$NTPO_SAVED_LIBS"