summaryrefslogtreecommitdiff
path: root/hald-runner
diff options
context:
space:
mode:
authorGuillem Jover <guillem.jover@nokia.com>2007-05-02 00:05:10 -0400
committerDavid Zeuthen <davidz@redhat.com>2007-05-02 00:05:10 -0400
commitb023f793ea9791acdda64fbab5b3536deb793454 (patch)
tree309e21ec948fc37247588a1fde832eca09411d36 /hald-runner
parenta0997ff7f0ced238e702f2b0e201038687ede468 (diff)
update configure.in and use autoreconf
Update the autotools files to not use obsolete macros and variables and add proper quotation. Switch to autoreconf which will call any needed program. Also autoreconf -Wall should be clean now (except for external problems).
Diffstat (limited to 'hald-runner')
-rw-r--r--hald-runner/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/hald-runner/Makefile.am b/hald-runner/Makefile.am
index 65eb677c..1a0b219d 100644
--- a/hald-runner/Makefile.am
+++ b/hald-runner/Makefile.am
@@ -1,5 +1,5 @@
## Process this file with automake to produce Makefile.in
-INCLUDES = \
+AM_CPPFLAGS = \
-DPACKAGE_LIBEXEC_DIR=\""$(libexecdir)"\" \
-DPACKAGE_SYSCONF_DIR=\""$(sysconfdir)"\" \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \