]> granicus.if.org Git - sudo/commitdiff
Add message for pam users
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 11 Sep 1998 23:47:29 +0000 (23:47 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 11 Sep 1998 23:47:29 +0000 (23:47 +0000)
configure.in

index 8dbc298efb21af090bf2668676335550dd5c63f4..4172d5f1f62c45b9f009802452950312978422ee 100644 (file)
@@ -1014,3 +1014,12 @@ dnl
 dnl Substitute into the Makefiles
 dnl
 AC_OUTPUT(Makefile)
+
+dnl
+dnl Spew any text the user needs to know about
+dnl
+if test "$with_pam" = "yes"; then
+    echo ""
+    echo "You will need to customize sample.pam and install it as /etc/pam.d/sudo"
+    echo ""
+fi