Changeset

1081:d41e88b07225

configure: Change --data-dir to --datadir to make consistent with help and other dir flags
author Matthew Wild <mwild1@gmail.com>
date Fri, 01 May 2009 19:25:03 +0100
parents 1080:b02290fd8a75
children 1082:f58394b9ba66
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
       ;;