From 05ba65c143ff35cf9a2bbd022711877efb8c67d4 Mon Sep 17 00:00:00 2001 From: "Anand V. Avati" Date: Tue, 3 Nov 2009 04:41:09 -0800 Subject: use @initdir@ for installing init scripts --- configure.ac | 6 ++++++ extras/init.d/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index acf6b0ed1..3fcba2bf6 100644 --- a/configure.ac +++ b/configure.ac @@ -137,6 +137,12 @@ AC_ARG_WITH(mountutildir, [mountutildir='/sbin']) AC_SUBST(mountutildir) +AC_ARG_WITH(initdir, + [ --with-initdir=DIR init.d scripts in DIR @<:@/etc/init.d@:>@], + [initdir=$withval], + [initdir='/etc/init.d']) +AC_SUBST(initdir) + # LEX needs a check AC_PROG_LEX if test "x${LEX}" != "xflex" -a "x${FLEX}" != "xlex"; then diff --git a/extras/init.d/Makefile.am b/extras/init.d/Makefile.am index 404c73267..6f479e7ca 100644 --- a/extras/init.d/Makefile.am +++ b/extras/init.d/Makefile.am @@ -3,7 +3,7 @@ EXTRA_DIST = glusterfsd-Debian glusterfsd-Redhat glusterfsd-SuSE glusterfs-serve CLEANFILES = -initdir = /etc/init.d +initdir = @initdir@ $(GF_DISTRIBUTION): $(mkdir_p) $(DESTDIR)$(initdir) -- cgit