changed buildsystem to automake
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
AC_INIT([tinysh], [1.1.0], [aaronzschauer@gmail.com])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
|
||||
AC_PROG_CC
|
||||
AC_CHECK_LIB([readline], [readline], [],
|
||||
[AC_MSG_ERROR([readline not found! please install it])])
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
||||
Reference in New Issue
Block a user