summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBjörn Esser <besser82@fedoraproject.org>2021-09-18 10:31:50 +0200
committerBjörn Esser <besser82@fedoraproject.org>2021-09-18 11:21:16 +0200
commit351182befa8d07893ac9335a3c0f7e2c6a604e20 (patch)
treed7a3514b3fc42a37b2c8e85d6fac4d7e34424cb7 /configure.ac
parenta5fb3176e7aea6b2cd94f037bffba69eff2deed7 (diff)
downloadlibxcrypt-351182befa8d07893ac9335a3c0f7e2c6a604e20.tar.gz
libxcrypt-351182befa8d07893ac9335a3c0f7e2c6a604e20.tar.bz2
libxcrypt-351182befa8d07893ac9335a3c0f7e2c6a604e20.zip
Move m4sh scripts to build-aux/m4 directory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index abd714d..fda28b3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
# Process this file with autoconf to produce a configure script.
-m4_include([build-aux/zw_automodern.m4])
+m4_include([build-aux/m4/zw_automodern.m4])
AC_INIT([xcrypt],
[4.4.27],
[https://github.com/besser82/libxcrypt/issues],
[libxcrypt],
[https://github.com/besser82/libxcrypt])
-AC_CONFIG_MACRO_DIR([build-aux])
+AC_CONFIG_MACRO_DIR([build-aux/m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([lib/crypt.c])
AC_CONFIG_HEADERS([config.h])