configure: Change --data-dir to --datadir to make consistent with help and other dir flags

Fri, 01 May 2009 19:25:03 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 01 May 2009 19:25:03 +0100
changeset 1081
d41e88b07225
parent 1080
b02290fd8a75
child 1082
f58394b9ba66

configure: Change --data-dir to --datadir to make consistent with help and other dir flags

configure file | annotate | diff | comparison | revisions
--- a/configure	Thu Apr 30 14:35:43 2009 +0100
+++ b/configure	Fri May 01 19:25:03 2009 +0100
@@ -86,7 +86,7 @@
       OSTYPE="$value"
       OSTYPE_SET=yes
       ;;
-   --data-dir=*)
+   --datadir=*)
    	DATADIR="$value"
    	DATADIR_SET=yes
       ;;

mercurial