From 6bd53940d198e55780cbc7d8678da6d67df80265 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Fri, 17 Apr 2009 01:08:00 -0700 Subject: Renamed abs_top_srcdir to top_srcdir for older versions of autotool Signed-off-by: Anand V. Avati --- extras/init.d/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras') diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 5e65ae033e4..7d8deb74fe2 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -7,7 +7,7 @@ initdir = /etc/init.d $(GF_DISTRIBUTION): $(mkdir_p) $(DESTDIR)$(initdir) - $(INSTALL_PROGRAM) $(abs_top_srcdir)/extras/init.d/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd + $(INSTALL_PROGRAM) $(top_srcdir)/extras/init.d/glusterfsd-$(GF_DISTRIBUTION) $(DESTDIR)$(initdir)/glusterfsd install-exec-local: $(GF_DISTRIBUTION) -- cgit