File: autoreconf_fix.patch

package info (click to toggle)
libglademm2.4 2.6.7-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,744 kB
  • sloc: sh: 9,112; cpp: 704; makefile: 199; perl: 108; xml: 71
file content (35 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Index: libglademm2.4-2.6.7/configure.in
===================================================================
--- libglademm2.4-2.6.7.orig/configure.in	2013-03-05 08:10:23.000000000 -0800
+++ libglademm2.4-2.6.7/configure.in	2013-03-05 08:11:18.000000000 -0800
@@ -43,6 +43,7 @@
 AC_SUBST(LIBGLADEMM_SO_VERSION)
 
 AC_CONFIG_AUX_DIR(scripts)
+AC_CONFIG_MACRO_DIR(scripts)
 
 dnl For automake.
 VERSION=$LIBGLADEMM_VERSION
@@ -141,10 +142,6 @@
 SUN make does not work for building gtkmm.
 Please install GNU make.]))
 
-# This macro is installed by glibmm
-# Doxygen needs the path to the installed perl.
-GLIBMM_CHECK_PERL([5.6.0])
-
 #########################################################################
 #  Dependancy checks
 #########################################################################
Index: libglademm2.4-2.6.7/Makefile.am
===================================================================
--- libglademm2.4-2.6.7.orig/Makefile.am	2013-03-05 08:10:23.000000000 -0800
+++ libglademm2.4-2.6.7/Makefile.am	2013-03-05 08:10:23.000000000 -0800
@@ -6,6 +6,7 @@
 		  build_shared/Makefile_build_gensrc.am_fragment \
 		  build_shared/Makefile_gensrc.am_fragment
 
+ACLOCAL_AMFLAGS = -I scripts
 
 all-local:
 	@echo "*** Everything completed ***"