Write Autotools configuration

Add Autotools configuration files for building binaries.
This commit is contained in:
Aidan Mullen 2024-05-03 19:42:35 -04:00
parent 1de5aaf36a
commit 35560c46ea
9 changed files with 188 additions and 0 deletions

3
Makefile.am Normal file
View file

@ -0,0 +1,3 @@
AUTOMAKE_OPTIONS = foreign # Do not generate GNU files (COPYING, etc.)
SUBDIRS = src # Source subdirectory.
ACLOCAL_AMFLAGS = -I m4 # Autoconf flags; m4 is the language used.