configure
authorAlan Knowles <alan@roojs.com>
Fri, 15 Feb 2019 07:14:26 +0000 (15:14 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Feb 2019 07:14:26 +0000 (15:14 +0800)
configure

index d6bb0ac..06e6940 100755 (executable)
--- a/configure
+++ b/configure
@@ -223,8 +223,6 @@ while [ $# != 0 ]; do
             DATA_DIR="$(quote "${1#*=}")"; shift;;
         "--datadir")
             DATA_DIR="$(quote "$2")"; shift;;
-            shift;;
-            CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_DATADIR=$(quote "$2")"; shift;;
         "--infodir="*)
             CMAKE_ARGS="$CMAKE_ARGS -DCMAKE_INSTALL_INFODIR=$(quote "${1#*=}")";;
         "--infodir")