]> granicus.if.org Git - sudo/commitdiff
moved the "echo"
authorTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Dec 1995 03:22:10 +0000 (03:22 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Mon, 18 Dec 1995 03:22:10 +0000 (03:22 +0000)
configure.in

index 71dcc1cb52f0183309a7c3072e7e9ad075c25df8..3e7f3c2afdefc4bcad569c2250c53921a22463ec 100644 (file)
@@ -1,8 +1,11 @@
-dnl Process this file with autoconf to produce a configure script.
-echo Configuring CU Sudo version 1.3.7
+dnl Process this file with GNU autoconf to produce a configure script.
 AC_INIT(sudo.h)
 AC_CONFIG_HEADER(config.h)
 dnl
+dnl This won't work before AC_INIT()
+dnl
+echo "Configuring CU Sudo version 1.3.7"
+dnl
 dnl Variables that get substituted in the Makefile
 dnl
 PROGS="sudo visudo"