summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--configure.ac1
-rw-r--r--m4/openssh.m4 (renamed from aclocal.m4)0
3 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 6e72136c5..acfb919da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -187,7 +187,7 @@ $(SSHOBJS): Makefile.in config.h
187$(SSHDOBJS): Makefile.in config.h 187$(SSHDOBJS): Makefile.in config.h
188configure-check: $(srcdir)/configure 188configure-check: $(srcdir)/configure
189 189
190$(srcdir)/configure: configure.ac aclocal.m4 190$(srcdir)/configure: configure.ac $(srcdir)/m4/*.m4
191 @echo "ERROR: configure is out of date; please run ${AUTORECONF} (and configure)" 1>&2 191 @echo "ERROR: configure is out of date; please run ${AUTORECONF} (and configure)" 1>&2
192 @exit 1 192 @exit 1
193 193
diff --git a/configure.ac b/configure.ac
index 9ae199bc7..28947a660 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,7 @@
14# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 14# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 15
16AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org]) 16AC_INIT([OpenSSH], [Portable], [openssh-unix-dev@mindrot.org])
17AC_CONFIG_MACRO_DIR([m4])
17AC_CONFIG_SRCDIR([ssh.c]) 18AC_CONFIG_SRCDIR([ssh.c])
18AC_LANG([C]) 19AC_LANG([C])
19 20
diff --git a/aclocal.m4 b/m4/openssh.m4
index b70856e43..b70856e43 100644
--- a/aclocal.m4
+++ b/m4/openssh.m4