From 6e3f6f3a35140a7dbb06bc63906948e17a77c227 Mon Sep 17 00:00:00 2001 From: Johannes Thumshirn Date: Thu, 28 Nov 2019 11:26:06 +0100 Subject: liburing: create an installation target for tests Create an installation target for liburing's regression test suite. Signed-off-by: Johannes Thumshirn Signed-off-by: Jens Axboe --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 81e4bcc..babbae1 100755 --- a/configure +++ b/configure @@ -24,6 +24,8 @@ for opt do ;; --mandir=*) mandir="$optarg" ;; + --datadir=*) datadir="$optarg" + ;; *) echo "ERROR: unkown option $opt" echo "Try '$0 --help' for more information" @@ -44,6 +46,10 @@ fi if test -z "$mandir"; then mandir="$prefix/man" fi +if test -z "$datadir"; then + datadir="$prefix/share" +fi + if test "$show_help" = "yes"; then cat <