cgit: Added cgit 0.7.3-c502865 - A CGI for git written in C
[opensde-package-nopast.git] / develop / boehm-gc / docdir.patch
blob1d7e03d0b42cb8eb7c4eace9975a9f7e6f67843e
1 # --- SDE-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # Filename: package/.../boehm-gc/docdir.patch
5 # Copyright (C) 2007 The OpenSDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- SDE-COPYRIGHT-NOTE-END ---
17 --- ./libatomic_ops-1.2/configure.orig 2007-07-04 13:52:30.000000000 -0400
18 +++ ./libatomic_ops-1.2/configure 2007-07-04 13:54:46.000000000 -0400
19 @@ -309,7 +309,7 @@
20 # include <unistd.h>
21 #endif"
23 -ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS CCASFLAGS CPP EGREP PICFLAG NEED_ASM_TRUE NEED_ASM_FALSE LIBOBJS LTLIBOBJS'
24 +ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir docdir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CCAS CCASFLAGS CPP EGREP PICFLAG NEED_ASM_TRUE NEED_ASM_FALSE LIBOBJS LTLIBOBJS'
25 ac_subst_files=''
27 # Initialize some variables set by options.
28 @@ -341,6 +341,7 @@
29 sbindir='${exec_prefix}/sbin'
30 libexecdir='${exec_prefix}/libexec'
31 datadir='${prefix}/share'
32 +docdir='${datadir}/doc/'
33 sysconfdir='${prefix}/etc'
34 sharedstatedir='${prefix}/com'
35 localstatedir='${prefix}/var'
36 @@ -392,6 +393,11 @@
37 | --da=*)
38 datadir=$ac_optarg ;;
40 + -docdir | --docdir | --docdi | --doc | --do)
41 + ac_prev=docdir ;;
42 + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
43 + docdir=$ac_optarg ;;
45 -disable-* | --disable-*)
46 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
47 # Reject names that are not valid shell variable names.
48 @@ -667,7 +673,7 @@
49 done
51 # Be sure to have absolute paths.
52 -for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
53 +for ac_var in bindir sbindir libexecdir datadir docdir sysconfdir sharedstatedir \
54 localstatedir libdir includedir oldincludedir infodir mandir
56 eval ac_val=$`echo $ac_var`
57 @@ -4813,6 +4819,7 @@
58 s,@sbindir@,$sbindir,;t t
59 s,@libexecdir@,$libexecdir,;t t
60 s,@datadir@,$datadir,;t t
61 +s,@docdir@,$docdir,;t t
62 s,@sysconfdir@,$sysconfdir,;t t
63 s,@sharedstatedir@,$sharedstatedir,;t t
64 s,@localstatedir@,$localstatedir,;t t