summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-11-10 13:27:02 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-11-10 13:27:02 +0200
commitb8cdb89ea0af82b27137ee60ad1ffebd9f66a849 (patch)
tree4ce228cb64e994bea7cd1640aacbb13bf4db9ae0 /configure.ac
parent367aa99dd28cc74febe4e8c5f81df9812a41e05a (diff)
downloadmailutils-b8cdb89ea0af82b27137ee60ad1ffebd9f66a849.tar.gz
mailutils-b8cdb89ea0af82b27137ee60ad1ffebd9f66a849.tar.bz2
Create types.h when configuring.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f74b10e02..1a2f459db 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1362,7 +1362,10 @@ AC_ARG_WITH([mh-bindir],
test -z "$server_list" && server_list=" [NONE]"
test -z "$client_list" && client_list=" [NONE]"
-
+
+# Create the installable types.h
+AC_CONFIG_FILES([include/mailutils/types.h:include/mailutils/types.hin])
+
# Initialize the (autotest) test suite.
AC_CONFIG_TESTDIR(testsuite)

Return to:

Send suggestions and report system problems to the System administrator.