mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-01 00:54:24 +03:00
* configure.in: remove any manupulations with top_srcdir.
Don't change CPPGLAGS when the internal editor is enabled, instead do it ... * edit/Makefile.in, gtkedit/Makefile.in: ... here
This commit is contained in:
parent
91e7526108
commit
969d11e456
@ -1,5 +1,10 @@
|
|||||||
2000-09-14 Pavel Roskin <proski@gnu.org>
|
2000-09-14 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* configure.in: remove any manupulations with top_srcdir.
|
||||||
|
Don't change CPPGLAGS when the internal editor is enabled,
|
||||||
|
instead do it ...
|
||||||
|
* edit/Makefile.in, gtkedit/Makefile.in: ... here
|
||||||
|
|
||||||
* configure.in, Make.common.in, doc/Makefile.in,
|
* configure.in, Make.common.in, doc/Makefile.in,
|
||||||
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
|
edit/Makefile.in, gnome/Makefile.in, gtkedit/Makefile.in,
|
||||||
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
|
slang/Makefile.in, src/Makefile.in, vfs/Make-mc.in: rootdir
|
||||||
|
@ -7,9 +7,6 @@ AM_INIT_AUTOMAKE(mc, 4.5.51)
|
|||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
top_srcdir=`dirname $0`
|
|
||||||
AC_SUBST(top_srcdir)
|
|
||||||
|
|
||||||
dnl This is path where we're looking for headers in addition to /usr/include
|
dnl This is path where we're looking for headers in addition to /usr/include
|
||||||
dnl and whatever cpp defaults to.
|
dnl and whatever cpp defaults to.
|
||||||
include_additional_path="/usr/local/include /usr/contrib/include /opt/gnu/include"
|
include_additional_path="/usr/local/include /usr/contrib/include /opt/gnu/include"
|
||||||
@ -936,7 +933,6 @@ AC_DEFUN(AC_WITH_EDIT, [
|
|||||||
LIBEDIT_A="libedit.a"
|
LIBEDIT_A="libedit.a"
|
||||||
MCEDIT="mcedit"
|
MCEDIT="mcedit"
|
||||||
LEDIT="-ledit"
|
LEDIT="-ledit"
|
||||||
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)"
|
|
||||||
EDIT_msg="yes"
|
EDIT_msg="yes"
|
||||||
AC_MSG_RESULT(will call internal editor)
|
AC_MSG_RESULT(will call internal editor)
|
||||||
])
|
])
|
||||||
|
@ -5,7 +5,7 @@ VPATH = @srcdir@
|
|||||||
@MCFG@@MCF@
|
@MCFG@@MCF@
|
||||||
|
|
||||||
CFLAGS = $(XCFLAGS)
|
CFLAGS = $(XCFLAGS)
|
||||||
CPPFLAGS = $(XCPPFLAGS)
|
CPPFLAGS = $(XCPPFLAGS) -I$(top_srcdir)
|
||||||
LDFLAGS = $(XLDFLAGS)
|
LDFLAGS = $(XLDFLAGS)
|
||||||
DEFS = $(XDEFS)
|
DEFS = $(XDEFS)
|
||||||
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB)
|
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB)
|
||||||
|
@ -5,7 +5,7 @@ VPATH = @srcdir@
|
|||||||
@MCFG@@MCF@
|
@MCFG@@MCF@
|
||||||
|
|
||||||
CFLAGS = $(XCFLAGS)
|
CFLAGS = $(XCFLAGS)
|
||||||
CPPFLAGS = $(XCPPFLAGS) @GNOME_INCLUDEDIR@
|
CPPFLAGS = $(XCPPFLAGS) @GNOME_INCLUDEDIR@ -I$(top_srcdir)
|
||||||
LDFLAGS = $(XLDFLAGS)
|
LDFLAGS = $(XLDFLAGS)
|
||||||
DEFS = $(XDEFS)
|
DEFS = $(XDEFS)
|
||||||
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB)
|
LIBS = @SHADOWLIB@ $(XLIBS) @TERMNET@ @PAMLIBS@ $(XLIB)
|
||||||
|
Loading…
Reference in New Issue
Block a user