set make correctly
authorswa <swa@users.sourceforge.net>
Thu, 28 Mar 2002 20:43:00 +0000 (20:43 +0000)
committerswa <swa@users.sourceforge.net>
Thu, 28 Mar 2002 20:43:00 +0000 (20:43 +0000)
GNUmakefile.in
configure.in

index 2f03a40..a764f0e 100644 (file)
@@ -1,6 +1,6 @@
 # Note:  Makefile is built automatically from Makefile.in
 #
 # 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/
 #
 # Written by and Copyright (C) 2001 the SourceForge
 # Privoxy team. http://www.privoxy.org/
 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
 # Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
+#############################################################################
+# Set make command correctly
+#############################################################################
+@SET_MAKE@
+
 #############################################################################
 # Version number (for RPM)
 #############################################################################
 #############################################################################
 # Version number (for RPM)
 #############################################################################
@@ -650,6 +655,9 @@ install: all
 ## end:
 
 # $Log: GNUmakefile.in,v $
 ## 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.
 #
 # Revision 1.39  2002/03/28 01:04:14  hal9
 # More man2html stuff for docs.
 #
index 1fe8d99..8961630 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
 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/
 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 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
 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 =================================================================
 
 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
 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_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
 
 dnl RANLIB is for PCRE:
 dnl AC_PROG_RANLIB