]> git.pld-linux.org Git - packages/vigra.git/blob - vigra-ac.patch
- BR: pkgconfig
[packages/vigra.git] / vigra-ac.patch
1 --- vigra1.4.0/config/configure.in.orig 2005-12-21 05:53:05.000000000 +0100
2 +++ vigra1.4.0/config/configure.in      2005-12-25 01:16:34.468722080 +0100
3 @@ -38,7 +38,7 @@
4      prefix=`pwd`
5  fi
6  
7 -AC_CONFIG_AUX_DIR($vigra_srcdir/config)
8 +AC_CONFIG_AUX_DIR(config)
9  
10  dnl-------------------------------------------------------------------
11  dnl              compiler and platform configuration
12 @@ -48,9 +48,6 @@
13  dnl AC_CYGWIN seems to be part of AC_CANONICAL_SYSTEM
14  dnl AC_MINGW32 seems to be part of AC_CANONICAL_SYSTEM
15  
16 -CFLAGS="$CFLAGS -O"
17 -CXXFLAGS="$CXXFLAGS -O"
18 -
19  AC_ARG_WITH( cc, AC_HELP_STRING([--with-cc], [your C compiler (default=gcc)]), CC=$with_cc, [if test "x$CC" = "x" ; then CC=gcc ; fi])
20  AC_ARG_WITH( cxx, AC_HELP_STRING([--with-cxx], [your C++ compiler (default=g++)]), CXX=$with_cxx, [if test "x$CXX" = "x" ; then CXX=g++ ; fi])
21  
This page took 0.378776 seconds and 3 git commands to generate.