summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 394af6b..c303445 100644
--- a/configure.in
+++ b/configure.in
@@ -3221,13 +3221,13 @@ AC_MSG_RESULT(done)
AC_CONFIG_FILES(Makefile.pre Modules/Setup.config)
AC_OUTPUT
-echo "creating Setup"
+echo "creating Modules/Setup"
if test ! -f Modules/Setup
then
cp $srcdir/Modules/Setup.dist Modules/Setup
fi
-echo "creating Setup.local"
+echo "creating Modules/Setup.local"
if test ! -f Modules/Setup.local
then
echo "# Edit this file for local setup changes" >Modules/Setup.local