X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2FMakefile.in;h=1f1d5aa1fb5bd47c73f17d5a9659b59a8d406e3e;hp=6c4613d3a426c3cbe50a6e72a67c9cce12a875b0;hb=104b36e0a37bafe6620062334fa78d484dce321c;hpb=da304a48a24d7cc7fafae13c994d94ad3d6483f2 diff --git a/config/Makefile.in b/config/Makefile.in index 6c4613d..1f1d5aa 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -1,8 +1,6 @@ # # Makefile for config subdirectory # -# $Id$ -# # nmh version VERSION = @VERSION@ @@ -19,15 +17,14 @@ bindir = @bindir@ libdir = @libdir@ etcdir = @sysconfdir@ -default_editor = @editorpath@ -default_pager = @pagerpath@ +sendmailpath = @sendmailpath@ CC = @CC@ CFLAGS = @CFLAGS@ DEFS = @DEFS@ INCLUDES = -I.. -I$(top_srcdir) @CPPFLAGS@ CONFIGDEFS = -DNMHBINDIR='"$(bindir)"' -DNMHETCDIR='"$(etcdir)"' -DNMHLIBDIR='"$(libdir)"' \ - -DDEFAULT_EDITOR='"$(default_editor)"' -DDEFAULT_PAGER='"$(default_pager)"' + -DSENDMAILPATH='"$(sendmailpath)"' COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CFLAGS) COMPILE2 = $(CC) -c $(DEFS) $(CONFIGDEFS) $(INCLUDES) $(CFLAGS)