changed buildsystem to automake

This commit is contained in:
2026-06-01 02:15:39 +02:00
parent 3dd113269b
commit 7e1e59abef
19 changed files with 30277 additions and 148 deletions
+8
View File
@@ -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