From f895e46a542d07fec1cdff621ff250b156f0069e Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 1 Apr 2020 15:07:50 -0500 Subject: reoriented repo layout --- configure.am | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 configure.am (limited to 'configure.am') diff --git a/configure.am b/configure.am deleted file mode 100644 index 255d0b4..0000000 --- a/configure.am +++ /dev/null @@ -1,19 +0,0 @@ -AC_INIT([commission.fcgi], [0.1]) -AC_CONFIG_SRCDIR([/src/fcgi_commission.cc]) -AC_INIT_AUTOMAKE - -AC_PROG_CC -AC_PROG_CXX -AC_PROG_INSTALL -AC_PROG_MAKE_SET - -AC_HEADER_STDC - -AC_CHECK_HEADERS([ \ -stdio.h stdlib.h unistd.h getopt.h errno.h time.h \ -ctype.h sys/types.h sys/stat.h fcntl.h stdarg.h string.h printf.h \ -stdint.h sys/ioctrl.h fcgio.h \ -], [],AC_MSG_ERROR([ -required header missing])) - -AC_OUTPUT([Makefile src/Makefile]) \ No newline at end of file -- cgit v1.2.3