From: swa Date: Thu, 28 Mar 2002 20:43:00 +0000 (+0000) Subject: set make correctly X-Git-Tag: v_2_9_14~337 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=8feb919d37cb932e08e1d965bd42b2821ef4977c set make correctly --- diff --git a/GNUmakefile.in b/GNUmakefile.in index 2f03a40d..a764f0eb 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -1,6 +1,6 @@ # Note: Makefile is built automatically from Makefile.in # -# $Id: GNUmakefile.in,v 1.39 2002/03/28 01:04:14 hal9 Exp $ +# $Id: GNUmakefile.in,v 1.40 2002/03/28 04:22:44 hal9 Exp $ # # Written by and Copyright (C) 2001 the SourceForge # Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,11 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # +############################################################################# +# Set make command correctly +############################################################################# +@SET_MAKE@ + ############################################################################# # Version number (for RPM) ############################################################################# @@ -650,6 +655,9 @@ install: all ## end: # $Log: GNUmakefile.in,v $ +# Revision 1.40 2002/03/28 04:22:44 hal9 +# More on man2html stuff. +# # Revision 1.39 2002/03/28 01:04:14 hal9 # More man2html stuff for docs. # diff --git a/configure.in b/configure.in index 1fe8d993..89616309 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl $Id: configure.in,v 1.49 2002/03/27 02:19:52 david__schmidt Exp $ +dnl $Id: configure.in,v 1.50 2002/03/27 03:03:45 hal9 Exp $ dnl dnl Written by and Copyright (C) 2001, 2002 the SourceForge dnl Privoxy team. http://www.privoxy.org/ @@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59 dnl Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl dnl $Log: configure.in,v $ +dnl Revision 1.50 2002/03/27 03:03:45 hal9 +dnl Add test for man2html +dnl dnl Revision 1.49 2002/03/27 02:19:52 david__schmidt dnl More Mac OSX support: dnl - Get rid of extraneous, noisy -pthread warnings @@ -303,7 +306,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.49 $) +AC_REVISION($Revision: 1.50 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -370,7 +373,7 @@ AC_PROG_CPP dnl AC_PROG_CXX dnl AC_PROG_INSTALL dnl AC_PROG_LN_S -dnl AC_PROG_MAKE_SET +AC_PROG_MAKE_SET dnl RANLIB is for PCRE: dnl AC_PROG_RANLIB