clean up autoconf config files
This commit is contained in:
parent
2020b4c2bf
commit
17adb2158f
|
@ -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
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
AM_CFLAGS = -Wall # -Werror
|
||||
|
||||
INCLUDES = $(DEPS_CFLAGS)
|
||||
AM_CPPFLAGS = $(DEPS_CFLAGS)
|
||||
|
||||
|
||||
bin_PROGRAMS = minimodem
|
||||
|
|
Loading…
Reference in New Issue