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:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
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_MACRO_DIR([m4])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
Reference in New Issue
Block a user