summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 03:47:01 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 03:47:01 +0000
commit15fdc46244a4661ee891f7952b0f3dce1a4529f8 (patch)
tree74a50a1836e7972f257fd8107a7e7628ae2e034a
parent6b66c44e15ec033c8ccb3b2208c83d1893830666 (diff)
downloadmdk-15fdc46244a4661ee891f7952b0f3dce1a4529f8.tar.gz
mdk-15fdc46244a4661ee891f7952b0f3dce1a4529f8.tar.bz2
full AC_INIT call
-rw-r--r--configure.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index e8d1cd1..462ed82 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
# Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
#
-# $Id: configure.in,v 1.25 2002/12/08 03:12:52 jao Exp $
+# $Id: configure.in,v 1.26 2002/12/08 03:47:01 jao Exp $
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -10,8 +10,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-dnl AC_INIT([GNU MDK],1.1,[bug-mdk@gnu.org],mdk)
-AC_INIT
+AC_INIT([GNU MDK],1.1,[bug-mdk@gnu.org],mdk)
AM_INIT_AUTOMAKE(mdk,1.1)
AM_CONFIG_HEADER(config.h)
@@ -159,7 +158,7 @@ if test x$wguile = xtrue; then
fi
echo
-echo "*** $PACKAGE $VERSION has been successfully configured. ***"
+echo "*** $PACKAGE_NAME $VERSION has been successfully configured. ***"
echo
echo "Type 'make' to build the following utilities:"
echo " - mixasm (MIX assembler)"