From ca05e942f2b6c04842be8509d27005b55ff9cf2b Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 30 May 2007 23:33:39 -0400 Subject: Use @sysconfdir@ in etc/ configuration files Signed-off-by: Dan McGee --- etc/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/Makefile.am') diff --git a/etc/Makefile.am b/etc/Makefile.am index 2bd7cc12..135eae6f 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -8,6 +8,8 @@ MOSTLYCLEANFILES = $(dist_sysconf_DATA) #### Taken from the autoconf scripts Makefile.am #### edit = sed \ + -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ + -e 's|@prefix[@]|$(prefix)|g' \ -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ -e 's|@PACKAGE_NAME[@]|$(PACKAGE_NAME)|g' \ -e 's|@PKGEXT[@]|$(PKGEXT)|g' \ -- cgit v1.2.3-54-g00ecf