--- aclocal.m4 2002/01/02 17:13:44 1.5
+++ aclocal.m4 2002/03/17 10:25:53 1.6
@@ -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
@@ -37,7 +37,6 @@
dnl ##
AC_DEFUN(AC_HEADLINE,[dnl
-AC_DIVERT_PUSH(NOTICE)dnl
# configuration header
if test ".`echo dummy [$]@ | grep help`" = .; then
# bootstrapping shtool
@@ -64,7 +63,6 @@
$3_HEX="`$ac_shtool version -l c -d hex $ac_srcdir/$4`"
AC_SUBST($3_HEX)
fi
-AC_DIVERT_POP()
])dnl
dnl ##
@@ -149,7 +147,6 @@
*-pipe* ) ;;
* ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;;
esac
- AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3")
CFLAGS="$CFLAGS -pedantic"
CFLAGS="$CFLAGS -Wall"
WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline"
|