From 17adb2158fc18743c370f023a692cad8ee01fbe9 Mon Sep 17 00:00:00 2001 From: Kamal Mostafa Date: Sun, 23 Aug 2015 08:29:12 -0700 Subject: [PATCH] clean up autoconf config files --- configure.ac | 2 +- src/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 60e1774..2415e7c 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_CONFIG_SRCDIR([src/Makefile.in]) AC_CONFIG_HEADERS([config.h]) -AC_CONFIG_MACRO_DIR([m4]) +# AC_CONFIG_MACRO_DIR([m4]) # Checks for programs. AC_PROG_CC diff --git a/src/Makefile.am b/src/Makefile.am index 1e6468f..6ca5a13 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,7 +19,7 @@ AM_CFLAGS = -Wall # -Werror -INCLUDES = $(DEPS_CFLAGS) +AM_CPPFLAGS = $(DEPS_CFLAGS) bin_PROGRAMS = minimodem