about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-07-10 22:45:30 +0000
committerLaurent Bercot <ska@appnovation.com>2023-07-10 22:45:30 +0000
commit63fbd3d87258a22cc1fefd46018b6e6e6cc99767 (patch)
treea5146dca5e495a20af3dac25ed6fb611ef609689
parentb8cb350cab8cf89692e2f167985fec6284255426 (diff)
downloadbcnm-63fbd3d87258a22cc1fefd46018b6e6e6cc99767.tar.gz
bcnm-63fbd3d87258a22cc1fefd46018b6e6e6cc99767.tar.xz
bcnm-63fbd3d87258a22cc1fefd46018b6e6e6cc99767.zip
Move configure line out of the way
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c45c42a..b8d05df 100755
--- a/configure
+++ b/configure
@@ -191,9 +191,9 @@ for arg ; do
     --enable-absolute-paths|--enable-absolute-paths=yes) abspath=true ;;
     --disable-absolute-paths|--enable-absolute-paths=no) abspath=false ;;
     --enable-*|--disable-*|--with-*|--without-*|--*dir=*) ;;
+    --with-tmpdir=*) tmpdir=${arg#*=} ;;
     --host=*|--target=*) target=${arg#*=} ;;
     --build=*) build=${arg#*=} ;;
-    --with-tmpdir=*) tmpdir=${arg#*=} ;;
     -* ) echo "$0: unknown option $arg" ;;
     *=*) eval "$arg" ;;
     *) target=$arg ;;