From: Todd C. Miller Date: Mon, 18 Dec 1995 03:22:10 +0000 (+0000) Subject: moved the "echo" X-Git-Tag: SUDO_1_4_0~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=481f1098c160b1b24ff9d3fda10482c2fc7b2d43;p=sudo moved the "echo" --- diff --git a/configure.in b/configure.in index 71dcc1cb5..3e7f3c2af 100644 --- a/configure.in +++ b/configure.in @@ -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"