Changeset

1063:b873715ffd96

configure: Honour --sysconfdir parameter; thanks to Michael Scherer
author Matthew Wild <mwild1@gmail.com>
date Tue, 28 Apr 2009 22:53:51 +0100
parents 1062:f9a1ac50782b
children 1064:3e945c3938ad
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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