Use an aclocal macro directory m4/, and add pkg.m4

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
Anders Kaseorg
2012-02-17 20:46:37 -05:00
parent 2a13d0ddd9
commit 1bb546c0e7
3 changed files with 161 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ AC_PREREQ([2.67])
AC_INIT([mosh], [0.93], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.