You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
4.8 KiB
79 lines
4.8 KiB
18 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../collectd/accept-docdir.patch
|
||
|
# Copyright (C) 2007 The OpenSDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This patch file is dual-licensed. It is available under the license the
|
||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||
|
# of the GNU General Public License as published by the Free Software
|
||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||
|
# version.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
--- collectd-3.11.0/libltdl/Makefile.in.orig 2007-01-25 15:54:43.000000000 +0100
|
||
|
+++ collectd-3.11.0/libltdl/Makefile.in 2007-01-25 15:55:14.000000000 +0100
|
||
|
@@ -188,6 +188,7 @@
|
||
|
build_os = @build_os@
|
||
|
build_vendor = @build_vendor@
|
||
|
datadir = @datadir@
|
||
|
+docdir = @docdir@
|
||
|
exec_prefix = @exec_prefix@
|
||
|
host = @host@
|
||
|
host_alias = @host_alias@
|
||
|
--- collectd-3.11.0/libltdl/configure.orig 2007-01-25 16:03:01.000000000 +0100
|
||
|
+++ collectd-3.11.0/libltdl/configure 2007-01-25 16:16:55.000000000 +0100
|
||
|
@@ -465,7 +465,7 @@
|
||
|
# include <unistd.h>
|
||
|
#endif"
|
||
|
|
||
|
-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 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 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS INSTALL_LTDL_TRUE INSTALL_LTDL_FALSE CONVENIENCE_LTDL_TRUE CONVENIENCE_LTDL_FALSE LIBADD_DL LIBOBJS LTLIBOBJS'
|
||
|
+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 docdir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS 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 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 build build_cpu build_vendor build_os host host_cpu host_vendor host_os EGREP LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB DLLTOOL ac_ct_DLLTOOL AS ac_ct_AS OBJDUMP ac_ct_OBJDUMP CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL LIBTOOL_DEPS INSTALL_LTDL_TRUE INSTALL_LTDL_FALSE CONVENIENCE_LTDL_TRUE CONVENIENCE_LTDL_FALSE LIBADD_DL LIBOBJS LTLIBOBJS'
|
||
|
ac_subst_files=''
|
||
|
|
||
|
# Initialize some variables set by options.
|
||
|
@@ -503,8 +503,9 @@
|
||
|
libdir='${exec_prefix}/lib'
|
||
|
includedir='${prefix}/include'
|
||
|
oldincludedir='/usr/include'
|
||
|
-infodir='${prefix}/info'
|
||
|
-mandir='${prefix}/man'
|
||
|
+infodir='${datadir}/info'
|
||
|
+mandir='${datadir}/man'
|
||
|
+docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
||
|
|
||
|
ac_prev=
|
||
|
for ac_option
|
||
|
@@ -557,6 +558,11 @@
|
||
|
ac_feature=`echo $ac_feature | sed 's/-/_/g'`
|
||
|
eval "enable_$ac_feature=no" ;;
|
||
|
|
||
|
+ -docdir | --docdir | --docdi | --doc | --do)
|
||
|
+ ac_prev=docdir ;;
|
||
|
+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
|
||
|
+ docdir=$ac_optarg ;;
|
||
|
+
|
||
|
-enable-* | --enable-*)
|
||
|
ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
|
||
|
# Reject names that are not valid shell variable names.
|
||
|
@@ -824,7 +830,7 @@
|
||
|
|
||
|
# Be sure to have absolute paths.
|
||
|
for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
|
||
|
- localstatedir libdir includedir oldincludedir infodir mandir
|
||
|
+ localstatedir libdir includedir oldincludedir infodir mandir docdir
|
||
|
do
|
||
|
eval ac_val=$`echo $ac_var`
|
||
|
case $ac_val in
|
||
|
@@ -22270,6 +22276,7 @@
|
||
|
s,@oldincludedir@,$oldincludedir,;t t
|
||
|
s,@infodir@,$infodir,;t t
|
||
|
s,@mandir@,$mandir,;t t
|
||
|
+s,@docdir@,$docdir,;t t
|
||
|
s,@build_alias@,$build_alias,;t t
|
||
|
s,@host_alias@,$host_alias,;t t
|
||
|
s,@target_alias@,$target_alias,;t t
|