OSSP CVS Repository

ossp - Difference in ossp-pkg/val/aclocal.m4 versions 1.4 and 1.5
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/val/aclocal.m4 1.4 -> 1.5

--- aclocal.m4   2002/01/30 18:55:23     1.4
+++ aclocal.m4   2002/03/13 18:19:38     1.5
@@ -1,11 +1,11 @@
 dnl ##
-dnl ##  val - OSSP Value Library
-dnl ##  Copyright (c) 2002 Ralf S. Engelschall <rse@engelschall.com>
-dnl ##  Copyright (c) 2002 The OSSP Project <http://www.ossp.org/>
-dnl ##  Copyright (c) 2002 Cable & Wireless Deutschland <http://www.cw.com/de/>
+dnl ##  OSSP val -- Variable Expansion
+dnl ##  Copyright (c) 2001-2002 Ralf S. Engelschall <rse@engelschall.com>
+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 val, a Value library which
-dnl ##  can be found at http://www.ossp.org/pkg/val/.
+dnl ##  This file is part of OSSP val, a value access library
+dnl ##  which can be found at http://www.ossp.org/pkg/lib/val/.
 dnl ##
 dnl ##  Permission to use, copy, modify, and distribute this software for
 dnl ##  any purpose with or without fee is hereby granted, provided that
@@ -28,6 +28,14 @@
 dnl ##  aclocal.m4: GNU Autoconf local macro definitions
 dnl ##
 
+AC_DEFUN(EN_PROG_CC,[dnl
+  AC_PROG_CC
+  AC_PROG_CC_STDC
+  if test ".$ac_cv_prog_cc_stdc" = .no; then
+      AC_MSG_ERROR([require an ANSI/ISO C compliant compiler])
+  fi
+])
+
 dnl ##
 dnl ##  Check whether compiler option works
 dnl ##
@@ -77,7 +85,6 @@
               * ) AC_COMPILER_OPTION(pipe, -pipe, -pipe, CFLAGS="$CFLAGS -pipe") ;;
     esac
     AC_COMPILER_OPTION(defdbg, -DDEBUG, -DDEBUG, CFLAGS="$CFLAGS -DDEBUG")
-    AC_COMPILER_OPTION(ggdb3, -ggdb3, -ggdb3, CFLAGS="$CFLAGS -ggdb3")
     CFLAGS="$CFLAGS -pedantic"
     CFLAGS="$CFLAGS -Wall"
     WMORE="-Wshadow -Wpointer-arith -Wcast-align -Winline"

CVSTrac 2.0.1