]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, build:
authorHarlan Stenn <stenn@ntp.org>
Sat, 6 May 2000 04:46:15 +0000 (04:46 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sat, 6 May 2000 04:46:15 +0000 (04:46 -0000)
  * build (KEYSUF): Catch --disable-autokey first.

bk: 3913a397W-v-ACU91lv8zyUfGyPprg

ChangeLog
build

index 31439d9b067e55490894f1d41fc6f77d36b0a868..325420f7afcd938416921421a9278266dd2b82fc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-05-06  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * build (KEYSUF): Catch --disable-autokey first.
+
 2000-05-05  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * flock-build: If we don't use autokey, don't use rsaref either.
diff --git a/build b/build
index cccb89c7ae7a5fdeb9bad77dd5c3416e5c446123..500dcd5d342339ef7608e2306468fb3010fca713 100755 (executable)
--- a/build
+++ b/build
@@ -47,12 +47,12 @@ esac
 KEYSUF=""
 
 case "$CONFIG_ARGS" in
- *--without-rsaref*)
-    [ -d rsaref2 ] && KEYSUF="-norsa"
-    ;;
  *--disable-autokey*)
     KEYSUF="-noautokey"
     ;;
+ *--without-rsaref*)
+    [ -d rsaref2 ] && KEYSUF="-norsa"
+    ;;
 esac
 
 CCSUF=""