Use Automake 'foreign' option
This avoids errors on missing files NEWS and README.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
AC_INIT([stenc], [1.0.7])
|
||||
AC_CONFIG_SRCDIR([src/main.cpp])
|
||||
AM_INIT_AUTOMAKE
|
||||
AM_INIT_AUTOMAKE([foreign])
|
||||
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CHECK_HEADER([sys/types.h])
|
||||
|
||||
Reference in New Issue
Block a user