forked from pool/collectd
ff1ee825cb
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/collectd?expand=0&rev=117
20 lines
610 B
Diff
20 lines
610 B
Diff
--- Makefile.in.orig 2013-06-04 02:28:14.547813510 +0200
|
|
+++ Makefile.in 2013-06-04 02:28:22.270816101 +0200
|
|
@@ -346,7 +346,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 2013-06-04 02:28:28.047818050 +0200
|
|
+++ Makefile.am 2013-06-04 02:28:32.101819418 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-ACLOCAL_AMFLAGS = -I libltdl/m4
|
|
+ACLOCAL_AMFLAGS = -I libltdl
|
|
|
|
SUBDIRS = libltdl src bindings .
|
|
|