--- configure.ac 2002/01/31 09:09:01 1.24
+++ configure.ac 2002/03/17 10:25:53 1.25
@@ -1,10 +1,10 @@
dnl ##
-dnl ## XDS - OSSP Extensible Data Serialization Library
+dnl ## OSSP xds - Extensible Data Serialization
dnl ## Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
dnl ## Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
dnl ##
-dnl ## This file is part of OSSP XDS, an extensible data serialization
-dnl ## library which can be found at http://www.ossp.org/pkg/xds/.
+dnl ## This file is part of OSSP xds, an extensible data serialization
+dnl ## library which can be found at http://www.ossp.org/pkg/lib/xds/.
dnl ##
dnl ## Permission to use, copy, modify, and distribute this software for
dnl ## any purpose with or without fee is hereby granted, provided that
@@ -27,9 +27,8 @@
dnl ## configure.ac: autoconf script source
dnl ##
-AC_PREREQ(2.52)
-AC_REVISION(1.0)
-AC_INIT(xds.h.in)
+AC_PREREQ(2.53)
+AC_INIT
AC_HEADLINE(dnl
OSSP xds, eXtensible Data Serialization, dnl
@@ -37,10 +36,9 @@
[Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)])
AC_PLATFORM(PLATFORM)
-AC_CONFIG_HEADERS(config.h)
AC_MSG_PART(Build Tools)
-AC_SET_MAKE
+AC_PROG_MAKE_SET
AC_PROG_CC
AC_CHECK_PROG(LATEX, latex, latex, :)
AC_CHECK_PROG(POD2MAN, pod2man, pod2man, :)
@@ -55,6 +53,7 @@
AC_CONFIGURE_XDS
AC_MSG_PART(Output Substitution)
+AC_CONFIG_HEADERS(config.h)
AC_CONFIG_FILES(xds.h xds-config Makefile docs/Makefile)
AC_CONFIG_COMMANDS([default], [chmod a+x xds-config; chmod -w xds.h Makefile docs/Makefile])
AC_OUTPUT
|