I spell 'dependency' differently on prime-numbered days of the month.
authorcmiller <cmiller>
Wed, 4 Apr 2001 20:14:52 +0000 (20:14 +0000)
committercmiller <cmiller>
Wed, 4 Apr 2001 20:14:52 +0000 (20:14 +0000)
configure.in
src/modules/rlm_counter/configure
src/modules/rlm_counter/configure.in
src/modules/rlm_example/configure
src/modules/rlm_example/configure.in
src/modules/rlm_krb5/configure
src/modules/rlm_krb5/configure.in

index 68b62c5..685421f 100644 (file)
@@ -70,8 +70,8 @@ dnl esyscmd([find src/modules -type d -name rlm_\* -print |\
 dnl    sed -e 's%src/modules/.*/% (sub)- %; s%.*/%- %' |\
 dnl    awk '{print "                            "$0}']))
 
-AC_ARG_ENABLE(strict-dependancies,
-[  --enable-strict-dependancies  Fail configure on lack of module dependancy.])
+AC_ARG_ENABLE(strict-dependencies,
+[  --enable-strict-dependencies  Fail configure on lack of module dependancy.])
 
 AC_ARG_WITH(fooincludedir,
 [  --with-FOO-include-dir=DIR   Dir for includes for FOO, module dependancy.])
index 5c7200d..63498da 100755 (executable)
@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
 
 
 if test x$with_rlm_counter != xno; then
@@ -575,7 +575,7 @@ else
 fi
 
 if test x"$fail" != x""; then
-       if test x"${enable_strict_dependancies}" = x"yes"; then
+       if test x"${enable_strict_dependencies}" = x"yes"; then
                { echo "configure: error: set --without-rlm_counter to disable it explicitly." 1>&2; exit 1; }
        else
                echo "configure: warning: silently not building rlm_counter." 1>&2
index 7cb498c..f5a45b5 100644 (file)
@@ -16,7 +16,7 @@ else
 fi
 
 if test x"$fail" != x""; then
-       if test x"${enable_strict_dependancies}" = x"yes"; then
+       if test x"${enable_strict_dependencies}" = x"yes"; then
                AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.])
        else
                AC_MSG_WARN([silently not building ]modname[.])
index bae3b21..4b4b57d 100755 (executable)
@@ -521,7 +521,7 @@ else
 fi
 
   # change 'example'
-# From configure.in Revision: 1.1 
+# From configure.in Revision: 1.2 
   # change 'example'
 
 if test x$with_rlm_example != xno; then
@@ -695,7 +695,7 @@ else
 fi
 
 if test x"$fail" != x""; then
-       if test x"${enable_strict_dependancies}" = x"yes"; then
+       if test x"${enable_strict_dependencies}" = x"yes"; then
                { echo "configure: error: set --without-rlm_example to disable it explicitly." 1>&2; exit 1; }
        else
                echo "configure: warning: silently not building rlm_example." 1>&2
index 129636a..596bd37 100644 (file)
@@ -28,7 +28,7 @@ fi
 
 dnl  Don't change this.
 if test x"$fail" != x""; then
-       if test x"${enable_strict_dependancies}" = x"yes"; then
+       if test x"${enable_strict_dependencies}" = x"yes"; then
                AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.])
        else
                AC_MSG_WARN([silently not building ]modname[.])
index 80e38cb..bb49331 100755 (executable)
@@ -521,7 +521,7 @@ else
 fi
 
 
-# From configure.in Revision
+# From configure.in Revision: 1.1 
 
 
 if test x$with_rlm_krb5 != xno; then
@@ -711,7 +711,7 @@ else
 fi
 
 if test x"$fail" != x""; then
-       if test x"${enable_strict_dependancies}" = x"yes"; then
+       if test x"${enable_strict_dependencies}" = x"yes"; then
                { echo "configure: error: set --without-rlm_krb5 to disable it explicitly." 1>&2; exit 1; }
        else
                echo "configure: warning: silently not building rlm_krb5." 1>&2
index c0b1b37..9c9f436 100644 (file)
@@ -38,7 +38,7 @@ else
 fi
 
 if test x"$fail" != x""; then
-       if test x"${enable_strict_dependancies}" = x"yes"; then
+       if test x"${enable_strict_dependencies}" = x"yes"; then
                AC_MSG_ERROR([set --without-]modname[ to disable it explicitly.])
        else
                AC_MSG_WARN([silently not building ]modname[.])