summaryrefslogtreecommitdiffstats
path: root/main/inkscape/automake.patch
blob: a94c407d80714292d2be927845cce718fa2a423f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- ./configure.ac.orig	2012-12-31 15:32:03.581207131 +0000
+++ ./configure.ac	2012-12-31 15:32:21.508031596 +0000
@@ -21,12 +21,11 @@
   export CC CXX
 ])
 
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADER(config.h)
 
 AC_LANG(C++)
 AC_ISC_POSIX
 AC_PROG_CXX
-AM_PROG_CC_STDC
 AM_PROG_AS
 AC_PROG_RANLIB
 AC_PROG_INTLTOOL(0.22)