summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-01-09 15:59:36 +0100
committerHans de Goede <hdegoede@redhat.com>2012-01-10 13:26:58 +0100
commitde2bf74160782810b06f1ebd643f92638f42215b (patch)
treed88e3f4fa549fca9e63b874d44cbdb71b7bf2264 /Makefile.am
parenta34ea63067b5d7951f23bb2d29b54e8d179b2abf (diff)
downloadvd_agent-de2bf74160782810b06f1ebd643f92638f42215b.tar.gz
vd_agent-de2bf74160782810b06f1ebd643f92638f42215b.tar.xz
vd_agent-de2bf74160782810b06f1ebd643f92638f42215b.zip
buildsys: Lower autoconf requires
So that autogen.sh can run on RHEL-5 Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1102c02..ef5bdb7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,8 +37,8 @@ initdir = $(sysconfdir)/rc.d/init.d
init_SCRIPTS = $(top_srcdir)/data/spice-vdagentd
install-data-local:
- $(MKDIR_P) $(DESTDIR)$(localstatedir)/log/spice-vdagentd
- $(MKDIR_P) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
+ $(mkdir_p) $(DESTDIR)$(localstatedir)/log/spice-vdagentd
+ $(mkdir_p) $(DESTDIR)$(localstatedir)/run/spice-vdagentd
tmpfilesdir = $(sysconfdir)/tmpfiles.d