aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f7735c5..a499407 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,6 +105,13 @@ esac
AC_DEFINE_UNQUOTED(PRINTABLE_OS_NAME, "$PRINTABLE_OS_NAME",
[A human readable text with the name of the OS])
+# For src/libassuan-config.in
+LIBASSUAN_CONFIG_LIBS="-lassuan"
+LIBASSUAN_CONFIG_CFLAGS=""
+AC_SUBST(LIBASSUAN_CONFIG_LIBS)
+AC_SUBST(LIBASSUAN_CONFIG_CFLAGS)
+
+AC_CONFIG_COMMANDS([assuan-defs],[chmod +x src/libassuan-config])
# Checks for header files.
AC_HEADER_STDC
@@ -130,6 +137,7 @@ AC_REPLACE_FUNCS(memrchr)
AC_CONFIG_FILES([
Makefile
src/Makefile
+src/libassuan-config
doc/Makefile
tests/Makefile
])