mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-13 11:23:09 +03:00
* Makefile.am (AM_CPPFLAGS): Remove REGEX_MALLOC, it's now in
configure.in.
This commit is contained in:
parent
81db2df680
commit
0ce1cd7354
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user