From efbfb7cbd6830e440d6f76c6f04d51669a99f4f4 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 29 Oct 2020 17:45:55 +0100 Subject: Set /usr as installation prefix --- configure.seed | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.seed b/configure.seed index 535823271..62053db25 100644 --- a/configure.seed +++ b/configure.seed @@ -5,6 +5,8 @@ AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign subdir-objects]) +AC_PREFIX_DEFAULT(/usr) + EXTRA_TARGETS="example tests tests/unit" AC_ARG_WITH(only-libndpi, AS_HELP_STRING([--with-only-libndpi], [Build only libndpi (no examples, tests etc)])) AS_IF([test "${with_only_libndpi+set}" = set],[ -- cgit v1.2.3