configure: Honour --sysconfdir parameter; thanks to Michael Scherer

Tue, 28 Apr 2009 22:53:51 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 28 Apr 2009 22:53:51 +0100
changeset 1063
b873715ffd96
parent 1062
f9a1ac50782b
child 1064
3e945c3938ad

configure: Honour --sysconfdir parameter; thanks to Michael Scherer

configure file | annotate | diff | comparison | revisions
--- a/configure	Thu Apr 23 21:35:24 2009 +0100
+++ b/configure	Tue Apr 28 22:53:51 2009 +0100
@@ -78,6 +78,10 @@
       PREFIX="$value"
       PREFIX_SET=yes
       ;;
+   --sysconfdir=*)
+      SYSCONFDIR="$value"
+      SYSCONFDIR_SET=yes
+      ;;
    --ostype=*)
       OSTYPE="$value"
       OSTYPE_SET=yes

mercurial