From 2ad2196349e25d3af4beea2bfd444f85b987f9da Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Thu, 19 Jun 2014 10:18:46 +0200 Subject: build-sys: support ./configure ADJTIME_PATH= .. to override the default /etc/adjtime path. Reported-by: Bruce Dubbs Signed-off-by: Karel Zak --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 1c52c5382..79b5aea78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -117,6 +117,7 @@ edit_cmd = sed \ -e 's|@usrbin_execdir[@]|$(usrbin_execdir)|g' \ -e 's|@usrsbin_execdir[@]|$(usrsbin_execdir)|g' \ -e 's|@VERSION[@]|$(VERSION)|g' \ + -e 's|@ADJTIME_PATH[@]|$(ADJTIME_PATH)|g' \ -e 's|@LIBUUID_VERSION[@]|$(LIBUUID_VERSION)|g' \ -e 's|@LIBMOUNT_VERSION[@]|$(LIBMOUNT_VERSION)|g' \ -e 's|@LIBSMARTCOLS_VERSION[@]|$(LIBSMARTCOLS_VERSION)|g' \ -- cgit v1.2.3-55-g7522