Add 'foreign' to AM_INIT_AUTOMAKE

This prevents errors about the missing README.  It also suppresses creation of
the standard INSTALL document, which is long and fairly useless.
This commit is contained in:
Keegan McAllister
2012-03-05 15:12:41 -08:00
parent 5ab8a8332a
commit 295e83313e
+1 -1
View File
@@ -3,7 +3,7 @@
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([mosh], [0.96a], [mosh-devel@mit.edu]) AC_INIT([mosh], [0.96a], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])