# HG changeset patch # User jwe # Date 766820297 0 # Node ID 54741230fb839979fea2bd53c3fd61d4b1097385 # Parent 896225f6ce30490d463ce9cbfac05109fca710ed [project @ 1994-04-20 05:38:17 by jwe] diff --git a/Makeconf.in b/Makeconf.in --- a/Makeconf.in +++ b/Makeconf.in @@ -11,7 +11,7 @@ #### Start of system configuration section. #### # The top of the directory tree where the sources live. -root_srcdir = @root_srcdir@ +top_srcdir = @top_srcdir@ LEX = @LEX@ LFLAGS = @LFLAGS@ @@ -48,11 +48,11 @@ else TMP_IF_1 = -I. -I$(srcdir) endif -ifeq ($(TOPDIR),$(root_srcdir)) +ifeq ($(TOPDIR),$(top_srcdir)) TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave else TMP_IF_2 = -I$(TOPDIR) -I$(TOPDIR)/liboctave \ - -I$(root_srcdir) -I$(root_srcdir)/liboctave + -I$(top_srcdir) -I$(top_srcdir)/liboctave endif INCFLAGS = $(TMP_IF_1) $(TMP_IF_2)