Improvements to the build system (#25)

* Renamed configure.in into configure.ac.

* Modernized configure.ac.

* Added '-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
This commit is contained in:
Giulio Paci
2019-06-04 14:04:56 +02:00
committed by Sangwhan "fish" Moon
parent e4f94fabd2
commit 2cee127280
2 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
# $Id$
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = lib sample
docdir = $(prefix)/share/doc/@PACKAGE@