Package: g3dviewer / 0.2.99.5~svn130-3

autoreconf-libtool.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Allow libtool to update their files to keep them consistent
Author: Sven Eckelmann <sven@narfation.org>

---
diff --git a/Makefile.am b/Makefile.am
index 16baf2fe875e10f2f5e14cc265efeb5eb4d574b9..43c262e53c5196a14ced05f0e24513b943ea5c80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,3 +1,4 @@
+ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = m4 man src thumbnailer pixmaps glade examples po
 
 appldir = ${datadir}/applications
diff --git a/configure.in b/configure.in
index 307d0ca281d01e7ab897b8ffd94bbab54ace7875..ba14cf3020094337d1c468ca18363cd8b442f616 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,5 @@
 AC_INIT(configure.in)
+AC_CONFIG_MACRO_DIR([m4])
 
 VERSION=0.2.99.5
 PACKAGE=g3dviewer