From 1ed950544a259724939f4023fec02a300f3e1eb4 Mon Sep 17 00:00:00 2001 From: unknown Date: Feb 27 2008 16:59:12 +0000 Subject: This commit was manufactured by cvs2git to create tag 'FedoraDirSvr110_gcc43'. --- diff --git a/config.h.in b/config.h.in index dea2578..399ed1b 100644 --- a/config.h.in +++ b/config.h.in @@ -335,6 +335,9 @@ /* UNIX */ #undef XP_UNIX +/* GNU Source */ +#undef _GNU_SOURCE + /* Source namespace */ #undef _HPUX_SOURCE diff --git a/configure b/configure index 3a6b540..d07cee9 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.59 for dirsrv 1.1.0b2. +# Generated by GNU Autoconf 2.59 for dirsrv 1.1.0. # # Report bugs to . # @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='dirsrv' PACKAGE_TARNAME='dirsrv' -PACKAGE_VERSION='1.1.0b2' -PACKAGE_STRING='dirsrv 1.1.0b2' +PACKAGE_VERSION='1.1.0' +PACKAGE_STRING='dirsrv 1.1.0' PACKAGE_BUGREPORT='http://bugzilla.redhat.com/' # Factoring default headers for most tests. @@ -954,7 +954,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures dirsrv 1.1.0b2 to adapt to many kinds of systems. +\`configure' configures dirsrv 1.1.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1020,7 +1020,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of dirsrv 1.1.0b2:";; + short | recursive ) echo "Configuration of dirsrv 1.1.0:";; esac cat <<\_ACEOF @@ -1201,7 +1201,7 @@ fi test -n "$ac_init_help" && exit 0 if $ac_init_version; then cat <<\_ACEOF -dirsrv configure 1.1.0b2 +dirsrv configure 1.1.0 generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. @@ -1215,7 +1215,7 @@ cat >&5 <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by dirsrv $as_me 1.1.0b2, which was +It was created by dirsrv $as_me 1.1.0, which was generated by GNU Autoconf 2.59. Invocation command line was $ $0 $@ @@ -1861,7 +1861,7 @@ fi # Define the identity of the package. PACKAGE='dirsrv' - VERSION='1.1.0b2' + VERSION='1.1.0' cat >>confdefs.h <<_ACEOF @@ -23294,6 +23294,11 @@ cat >>confdefs.h <<\_ACEOF #define LINUX2_4 1 _ACEOF + +cat >>confdefs.h <<\_ACEOF +#define _GNU_SOURCE 1 +_ACEOF + platform="linux" # relative to sysconfdir initdir=/rc.d/init.d @@ -25741,7 +25746,7 @@ _ASBOX } >&5 cat >&5 <<_CSEOF -This file was extended by dirsrv $as_me 1.1.0b2, which was +This file was extended by dirsrv $as_me 1.1.0, which was generated by GNU Autoconf 2.59. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25804,7 +25809,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -dirsrv config.status 1.1.0b2 +dirsrv config.status 1.1.0 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 5ec36c5..5ef4ef5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) # This version is the version returned by ns-slapd -v -AC_INIT([dirsrv], [1.1.0b2], [http://bugzilla.redhat.com/]) +AC_INIT([dirsrv], [1.1.0], [http://bugzilla.redhat.com/]) # AC_CONFIG_HEADER must be called right after AC_INIT. AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.9 foreign subdir-objects]) @@ -263,6 +263,7 @@ case $host in AC_DEFINE([LINUX2_0], [1], [Linux 2.0]) AC_DEFINE([LINUX2_2], [1], [Linux 2.2]) AC_DEFINE([LINUX2_4], [1], [Linux 2.4]) + AC_DEFINE([_GNU_SOURCE], [1], [GNU Source]) platform="linux" # relative to sysconfdir initdir=/rc.d/init.d