From 4f5259cc5b6273f509602434747f702d16b71b27 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 27 Jul 2013 00:34:01 -0400 Subject: Re-write using GNU autoconf and automake Replace the `Makefile` with a `configure.ac` and a set of `Makefile.am`. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..7e8b686 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2 @@ +AUTOMAKE_OPTIONS = foreign +SUBDIRS = man share bin -- cgit v1.2.3