]> git.pld-linux.org Git - packages/arts.git/blob - arts-ac.patch
- adjusted kde-am patch to support also automake 1.12 through 1.14
[packages/arts.git] / arts-ac.patch
1 --- kdelibs-3.5.10/admin/configure.in.min~      2008-08-19 22:28:39.000000000 +0200
2 +++ kdelibs-3.5.10/admin/configure.in.min       2009-08-17 19:13:01.823156420 +0200
3 @@ -44,6 +44,9 @@
4  AM_CONFIG_HEADER(config.h) dnl at the distribution this done
5  
6  dnl Checks for programs.
7 +AC_PROG_CC
8 +AC_PROG_CXX
9 +
10  AC_CHECK_COMPILERS
11  AC_ENABLE_SHARED(yes)
12  AC_ENABLE_STATIC(no)
13 --- kdelibs-3.5.10/configure.in.in~     2006-05-22 20:14:23.000000000 +0200
14 +++ kdelibs-3.5.10/configure.in.in      2009-08-17 19:16:04.549804009 +0200
15 @@ -25,6 +25,9 @@
16  AM_CONFIG_HEADER(config.h) dnl at the distribution this done
17  
18  dnl Checks for programs.
19 +AC_PROG_CC
20 +AC_PROG_CXX
21 +
22  AC_CHECK_COMPILERS
23  AC_LIBLTDL_CONVENIENCE
24  
This page took 0.035229 seconds and 3 git commands to generate.