Package: gem / 1:0.93.3-10

fix_autoreconf.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fixes to allow autoreconf
 configure.ac is somewhat broken with newer autotools.
 esp. it requires to test for AC_PROG_OBJCXX if any makefile
 suggests building of ObjC++ files
Author: IOhannes m zmölnig
Forwarded: not-needed
Last-Update: 2014-10-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- gem.orig/configure.ac
+++ gem/configure.ac
@@ -114,7 +114,7 @@
 
 # Checks for programs.
 AC_PROG_CXX
-dnl AC_PROG_OBJCXX
+AC_PROG_OBJCXX
 
 AC_LIBTOOL_WIN32_DLL
 AC_PROG_LIBTOOL