From 0247ef1b992023e993b71bc3ca9e6b71135a1b18 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Dec 2002 03:12:52 +0000 Subject: misc changes --- configure.in | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 7c1d834..e8d1cd1 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.24 2002/12/08 02:14:10 jao Exp $ +# $Id: configure.in,v 1.25 2002/12/08 03:12:52 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,9 +10,10 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -AC_INIT(mixlib/mix.h) +dnl AC_INIT([GNU MDK],1.1,[bug-mdk@gnu.org],mdk) +AC_INIT +AM_INIT_AUTOMAKE(mdk,1.1) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(mdk,1.0) AM_MAINTAINER_MODE @@ -123,7 +124,7 @@ AC_REPLACE_FUNCS(getopt_long) AM_CONDITIONAL(MAKE_GUI, test x$gui = xtrue) -AC_CANONICAL_HOST +dnl AC_CANONICAL_HOST case "${host_os}" in darwin*) CFLAGS="$CFLAGS -Wall -traditional-cpp";; *) CFLAGS="$CFLAGS -Wall";; @@ -131,7 +132,7 @@ esac AC_SUBST(CFLAGS) -AC_OUTPUT( +AC_CONFIG_FILES( Makefile doc/Makefile doc/img/Makefile @@ -147,6 +148,8 @@ po/Makefile.in intl/Makefile ) +AC_OUTPUT + if test x$readl = xtrue; then rlinfo=", with readline support" fi @@ -156,7 +159,7 @@ if test x$wguile = xtrue; then fi echo -echo "*** GNU MDK $VERSION has been successfully configured. ***" +echo "*** $PACKAGE $VERSION has been successfully configured. ***" echo echo "Type 'make' to build the following utilities:" echo " - mixasm (MIX assembler)" -- cgit v1.2.3