* Makefile.am (AM_CPPFLAGS): Remove REGEX_MALLOC, it's now in

configure.in.
This commit is contained in:
Pavel Roskin 2002-07-13 19:11:03 +00:00
parent 81db2df680
commit 0ce1cd7354
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2002-07-13 Pavel Roskin <proski@gnu.org> 2002-07-13 Pavel Roskin <proski@gnu.org>
* Makefile.am (AM_CPPFLAGS): Remove REGEX_MALLOC, it's now in
configure.in.
* tty.h: Use standard autoconf defines to determine which * tty.h: Use standard autoconf defines to determine which
ncurses header to include. Eliminate RENAMED_NCURSES. ncurses header to include. Eliminate RENAMED_NCURSES.

View File

@ -1,5 +1,5 @@
AM_CFLAGS = $(GLIB_CFLAGS) AM_CFLAGS = $(GLIB_CFLAGS)
AM_CPPFLAGS = -DREGEX_MALLOC -DLIBDIR=\""$(mclibdir)/"\" \ AM_CPPFLAGS = -DLIBDIR=\""$(mclibdir)/"\" \
-DCONFDIR=\""$(sysconfdir)/"\" -DLOCALEDIR=\""$(localedir)"\" -DCONFDIR=\""$(sysconfdir)/"\" -DLOCALEDIR=\""$(localedir)"\"
mclibdir = $(libdir)/mc mclibdir = $(libdir)/mc