From 15fdc46244a4661ee891f7952b0f3dce1a4529f8 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Dec 2002 03:47:01 +0000 Subject: full AC_INIT call --- configure.in | 7 +++---- 1 file 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)" -- cgit v1.2.3