summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>2020-09-05 17:50:02 +0200
committerDarren Tucker <dtucker@dtucker.net>2020-09-11 13:18:42 +1000
commita2f3ae386b5f7938ed3c565ad71f30c4f7f010f1 (patch)
treeb4ed82bd7aac63715a9f86a98c605d7fb168c7dc /configure.ac
parent8372bff3a895b84fd78a81dc39da10928b662f5a (diff)
downloadopenssh-git-a2f3ae386b5f7938ed3c565ad71f30c4f7f010f1.tar.gz
Move the local m4 macros
The `aclocal' step is skipped during `autoreconf' because aclocal.m4 is present. Move the current aclocal.m4 which contains local macros into the m4/ folder. With this change the aclocal.m4 will be re-created during changes to the m4/ macro. This is needed so the `aclocal' can fetch m4 macros from the system if they are references in the configure script. This is a prerequisite to use PKG_CHECK_MODULES. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9ae199bc..28947a66 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
+AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([ssh.c])
AC_LANG([C])