OSSP CVS Repository

ossp - Difference in ossp-pkg/act/configure.ac versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/act/configure.ac 1.1 -> 1.2

--- configure.ac 2002/01/17 20:19:57     1.1
+++ configure.ac 2003/01/06 12:10:58     1.2
@@ -1,17 +1,39 @@
 dnl ##
-dnl ##   Autoconf specification for ACT library
+dnl ##  OSSP act - Abstract Container Types
+dnl ##  Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+dnl ##  Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>
+dnl ##
+dnl ##  This file is part of OSSP act, a abstract container type library
+dnl ##  which can be found at http://www.ossp.org/pkg/lib/act/.
+dnl ##
+dnl ##  Permission to use, copy, modify, and distribute this software for
+dnl ##  any purpose with or without fee is hereby granted, provided that
+dnl ##  the above copyright notice and this permission notice appear in all
+dnl ##  copies.
+dnl ##
+dnl ##  THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
+dnl ##  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+dnl ##  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+dnl ##  IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
+dnl ##  CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+dnl ##  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+dnl ##  LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
+dnl ##  USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+dnl ##  ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+dnl ##  OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
+dnl ##  OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+dnl ##  SUCH DAMAGE.
+dnl ##
+dnl ##  configure.ac: Autoconf specification
 dnl ##
 
-AC_PREREQ(2.12)dnl
-AC_REVISION($Revision: 1.1 $)
-
+AC_PREREQ(2.57)dnl
 AC_INIT(README)
 AC_HEADLINE(dnl
 OSSP act, Abstract Container Types, dnl
 ACT_VERSION, act_vers.c, dnl
-[Copyright (c) 1999-2002 Ralf S. Engelschall <rse@engelschall.com>])
-AC_PREFIX_DEFAULT(/usr/local)
-AC_CONFIG_HEADER(act_cfg.h)
+[Copyright (c) 1999-2003 Ralf S. Engelschall <rse@engelschall.com>
+Copyright (c) 1999-2003 The OSSP Project <http://www.ossp.org/>])
 
 AC_SET_MAKE
 AC_PROG_CC
@@ -28,8 +50,8 @@
 fi
 )dnl
 if test ".$enable_debug" = .yes; then
-    LDFLAGS="$LDFLAGS -g -ggdb3"
-    CFLAGS="$CFLAGS -g -ggdb3"
+    LDFLAGS="$LDFLAGS -g"
+    CFLAGS="$CFLAGS -g"
     CFLAGS="$CFLAGS -pedantic"
     CFLAGS="$CFLAGS -Wall -Wshadow -Wpointer-arith -Wcast-align"
     CFLAGS="$CFLAGS -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline"
@@ -89,13 +111,12 @@
 dnl {
     dnl long long n = 1;
     dnl if (sizeof(long long) >= 8)
-       dnl  
+       dnl
     dnl exit(0)
 dnl }
 dnl ],
 
-AC_OUTPUT(dnl
-Makefile dnl
-act.h dnl
-)dnl
+AC_CONFIG_HEADERS(act_cfg.h)
+AC_CONFIG_FILES([Makefile act.h])
+AC_OUTPUT
 

CVSTrac 2.0.1