mirror of https://github.com/MidnightCommander/mc
* Makefile.am: Fix definitions of CONFDIR and LOCALEDIR.
This commit is contained in:
parent
ed1d72c662
commit
e136f3b7b3
|
@ -1,5 +1,7 @@
|
||||||
2001-09-08 Pavel Roskin <proski@gnu.org>
|
2001-09-08 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* Makefile.am: Fix definitions of CONFDIR and LOCALEDIR.
|
||||||
|
|
||||||
* subshell.c: Move definitions of WEXITSTATUS and WIFEXITED
|
* subshell.c: Move definitions of WEXITSTATUS and WIFEXITED
|
||||||
below all includes so that they can be defined elsewhere.
|
below all includes so that they can be defined elsewhere.
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
AM_CFLAGS = $(GLIB_CFLAGS)
|
AM_CFLAGS = $(GLIB_CFLAGS)
|
||||||
AM_CPPFLAGS = -DREGEX_MALLOC -DLIBDIR=\""$(mclibdir)/"\" \
|
AM_CPPFLAGS = -DREGEX_MALLOC -DLIBDIR=\""$(mclibdir)/"\" \
|
||||||
-DCONFDIR=\""$(confdir)/"\" -DLOCALEDIR=\""$(localedir)/"\"
|
-DCONFDIR=\""$(sysconfdir)/"\" -DLOCALEDIR=\""$(localedir)"\"
|
||||||
|
|
||||||
mclibdir = $(libdir)/mc
|
mclibdir = $(libdir)/mc
|
||||||
suppbindir = $(mclibdir)/bin
|
suppbindir = $(mclibdir)/bin
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
|
||||||
bin_PROGRAMS = mc mcmfmt
|
bin_PROGRAMS = mc mcmfmt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue