diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:03 +0000 |
commit | cca57a53e33f77c01378141be449db3a365393dc (patch) | |
tree | 2781d07fd15486b99da574efd21c3a53ebc44006 /configure.ac | |
parent | Adding debian version 32-1. (diff) | |
download | kmod-cca57a53e33f77c01378141be449db3a365393dc.tar.xz kmod-cca57a53e33f77c01378141be449db3a365393dc.zip |
Merging upstream version 32+20240327.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b651b5f..a80780e 100644 --- a/configure.ac +++ b/configure.ac @@ -231,6 +231,9 @@ GTK_DOC_CHECK([1.14],[--flavour no-tmpl-flat]) ], [ AM_CONDITIONAL([ENABLE_GTK_DOC], false)]) +PKG_INSTALLDIR +PKG_NOARCH_INSTALLDIR + ##################################################################### # Default CFLAGS and LDFLAGS ##################################################################### |