From: Guus Sliepen Date: Thu, 7 Sep 2017 18:32:04 +0000 (+0200) Subject: Automatically configure and compile catta. X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=e25370c54e78fda0a7996b008f7ad68aa80f2ccd Automatically configure and compile catta. --- diff --git a/Makefile.am b/Makefile.am index 762ed7f2..3bf6bdee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,11 @@ AUTOMAKE_OPTIONS = gnu -SUBDIRS = m4 src doc test examples +SUBDIRS = m4 catta src doc test examples ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = COPYING.README README.android +EXTRA_DIST = README.android ChangeLog: git log > ChangeLog diff --git a/README.catta b/README.catta deleted file mode 100644 index 290d53c2..00000000 --- a/README.catta +++ /dev/null @@ -1,5 +0,0 @@ - -cd catta -autoreconf -./configure CFLAGS=-fPIC -make diff --git a/configure.ac b/configure.ac index 614b10db..8c27a42d 100644 --- a/configure.ac +++ b/configure.ac @@ -5,6 +5,7 @@ AC_INIT([MeshLink], [0.1]) AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) +AC_CONFIG_SUBDIRS([catta]) AM_SILENT_RULES([yes]) # Enable GNU extensions.