forked from pool/collectd
32073e0ab5
Accepted submit request 59758 from user schubi2 OBS-URL: https://build.opensuse.org/request/show/59758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/collectd?expand=0&rev=1
20 lines
606 B
Diff
20 lines
606 B
Diff
--- Makefile.in.orig 2009-07-27 16:44:54.000000000 +0200
|
|
+++ Makefile.in 2009-07-27 16:45:08.000000000 +0200
|
|
@@ -263,7 +263,7 @@
|
|
top_build_prefix = @top_build_prefix@
|
|
top_builddir = @top_builddir@
|
|
top_srcdir = @top_srcdir@
|
|
-ACLOCAL_AMFLAGS = -I libltdl/m4
|
|
+ACLOCAL_AMFLAGS = -I libltdl
|
|
SUBDIRS = libltdl src bindings
|
|
INCLUDES = $(LTDLINCL)
|
|
EXTRA_DIST = contrib version-gen.sh
|
|
--- Makefile.am.orig 2009-07-27 16:44:44.000000000 +0200
|
|
+++ Makefile.am 2009-07-27 16:44:52.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-ACLOCAL_AMFLAGS = -I libltdl/m4
|
|
+ACLOCAL_AMFLAGS = -I libltdl
|
|
|
|
SUBDIRS = libltdl src bindings
|
|
|