summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 03:12:52 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2002-12-08 03:12:52 +0000
commit0247ef1b992023e993b71bc3ca9e6b71135a1b18 (patch)
tree4285d3b477c33ddb46247f1f5c399bc31afdc0f6
parentbbbdc53e600ccee81bdaff4171b100e2eb6fe5a7 (diff)
downloadmdk-0247ef1b992023e993b71bc3ca9e6b71135a1b18.tar.gz
mdk-0247ef1b992023e993b71bc3ca9e6b71135a1b18.tar.bz2
misc changes
-rw-r--r--configure.in15
1 files changed, 9 insertions, 6 deletions
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)"