diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:04 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-30 03:28:04 +0000 |
commit | 5589b400c441fcf16bbf275318f1722dd45edf11 (patch) | |
tree | 879dc76c638ede3fb2102b375bab9cd9fae982ae /configure.ac | |
parent | Releasing progress-linux version 32-1~progress7.99u1. (diff) | |
download | kmod-5589b400c441fcf16bbf275318f1722dd45edf11.tar.xz kmod-5589b400c441fcf16bbf275318f1722dd45edf11.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 ##################################################################### |