]> git.pld-linux.org Git - packages/inn.git/blob - inn-ac25x.patch
- killed trailing spaces/tabs
[packages/inn.git] / inn-ac25x.patch
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)
9 +xxx_builddir=`pwd`
10 +AC_SUBST(xxx_builddir)
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.
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  
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.
30  
31 -builddir       = @builddir@
32 +builddir       = @xxx_builddir@
33  
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.054579 seconds and 3 git commands to generate.