]> git.pld-linux.org Git - packages/inn.git/blame - inn-ac25x.patch
- use %service, unify docdir in %desc, fixed getent http, tabs, planted FIXME-TODO...
[packages/inn.git] / inn-ac25x.patch
CommitLineData
45c9b47c
JB
1--- inn-2.4.0/configure.in.orig Tue Sep 11 21:44:00 2001
2+++ inn-2.4.0/configure.in Tue Sep 11 21:56:49 2001
3@@ -45,8 +45,8 @@
4
5 dnl Linking against in-tree libraries need to know the current directory (the
6 dnl top of the build directory, not the source directory).
7-builddir=`pwd`
8-AC_SUBST(builddir)
c2e37987
JB
9+xxx_builddir=`pwd`
10+AC_SUBST(xxx_builddir)
45c9b47c
JB
11
12 dnl Earlier versions of INN used --with-largefiles, which was the wrong flag
13 dnl from the perspective of what --with and --enable are supposed to mean.
a5f0bd96
JB
14@@ -1206,8 +1206,8 @@
15 else
16 ifelse([$5], , :, [$5])
17 fi
18-undefine([AC_TYPE_NAME])dnl
19-undefine([AC_CV_NAME])dnl
20+ifdef([AC_TYPE_NAME],[undefine([AC_TYPE_NAME])])dnl
21+ifdef([AC_TYPE_NAME],[undefine([AC_CV_NAME])])dnl
22 ])
23
45c9b47c
JB
24 dnl Find a 32 bit type, by trying likely candidates. First, check for the C9X
25--- inn-2.4.0/Makefile.global.in.orig 2003-06-29 13:29:30.000000000 +0200
26+++ inn-2.4.0/Makefile.global.in 2003-06-29 13:38:39.000000000 +0200
27@@ -33,7 +33,7 @@
28 ## libraries built as part of INN. Using relative paths confuses libtool
29 ## when linking the test suite.
a5f0bd96 30
45c9b47c 31-builddir = @builddir@
c2e37987 32+builddir = @xxx_builddir@
a5f0bd96 33
45c9b47c
JB
34 ## Basic compiler settings. COPT is the variable to override on the make
35 ## command line to change the optimization or add warning flags (such as
This page took 0.12472 seconds and 4 git commands to generate.