⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 configure.in,v

📁 Lin-Kernighan heuristic for the TSP and minimum weight perfect matching
💻 IN,V
📖 第 1 页 / 共 3 页
字号:
dnl scripts/cws.pl \dnl scripts/log2gpl.pl \dnl scripts/lookatedge.pl \dnl scripts/maketable.pl \dnl scripts/moves.pl \dnl scripts/pagecount.pl \dnl scripts/probe2.pl \dnl scripts/skipnum.pl \dnl scripts/striphashline.pl \@1.30log@Added support for cd.pl script@text@d4 1a4 1dnl $Id: configure.in,v 1.29 1997/06/20 23:00:33 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.29 $)dnld40 1a40 1VERSION=0.1.3 				AC_SUBST(VERSION)@1.29log@Added improve.pl to scripts.@text@d4 1a4 1dnl $Id: configure.in,v 1.28 1997/06/20 22:36:12 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.28 $)dnld207 1@1.28log@Got rid of that darn header preservation.It was remaking the dependencies all the time!Update to version 0.1.3.  Now the declustering appears to work.@text@d4 1a4 1dnl $Id: configure.in,v 1.25 1997/06/19 19:47:37 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.25 $)dnld207 1@1.27log@Fixed preservation of header files.But now it ctangles twice.  Alas@text@d4 1a4 1dnl $Id: configure.in,v 1.26 1997/06/20 21:58:18 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.26 $)dnld40 1a40 1VERSION=0.1.2 				AC_SUBST(VERSION)a87 1AC_PATH_PROG(DIFF,diff)d100 1a100 3	# Also, preserve header files that don't change.    CTANGLE_CMD='if test -f $*.h; then mv -f $*.h $*.h.old; fi; \\\	if test -f $(srcdir)/$*.ch; then \\\d104 1a104 3	fi;\\\	test -f $*.h.old \&\& diff $*.h.old $*.h >/dev/null \&\& mv -f $*.h.old $*.h;\\\	rm -f $*.h.old';@1.26log@Try to preserve timestamps for .h header files that don't change.(This is in the CTANGLE CMD)@text@d4 1a4 1dnl $Id: configure.in,v 1.25 1997/06/19 19:47:37 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.25 $)dnla87 2AC_PATH_PROG(RM,rm)AC_PATH_PROG(MV,mv)d102 1a102 3    CTANGLE_CMD='\\\	$(RM) -f $*.h.old; \\\	if test -f $*.h; then $(MV) $*.h $*.h.old; fi \\\d107 3a109 4	fi\\\	if [ -f $*.h.old -a diff $*.h.old $*.h ]; then \\\		$(RM) $*.h; $(MV) $*.h.old $*.h; \\\	fi';@1.25log@Added expts subdirectory.@text@d4 1a4 1dnl $Id: configure.in,v 1.24 1997/06/19 19:00:13 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.24 $)dnld88 3d103 5a107 1    CTANGLE_CMD='if test -f $(srcdir)/$*.ch; then \\\d111 3@1.24log@Moved src/doitcmp to scripts/lkdoitcmp@text@d4 1a4 1dnl $Id: configure.in,v 1.23 1997/06/19 18:51:46 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.23 $)dnld205 1@1.23log@Find Bash too.Also commented out the scripts I'm not using now, and which may be outof date.@text@d4 1a4 1dnl $Id: configure.in,v 1.22 1997/06/18 20:17:17 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.22 $)dnla203 1src/doitcmp \@1.22log@Added script tspreorder.pl@text@d4 1a4 1dnl $Id: configure.in,v 1.21 1997/06/18 14:25:57 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.21 $)dnld76 1a76 1dnl The scripts that process output from LK require Perl.d78 1d207 2a208 8scripts/avg.pl \scripts/avgtable.pl \scripts/countpages.pl \scripts/cumsum.pl \scripts/cws.pl \scripts/log2gpl.pl \scripts/lookatedge.pl \scripts/maketable.pl \a209 1scripts/moves.pl \a210 1scripts/pagecount.pl \a211 3scripts/probe2.pl \scripts/skipnum.pl \scripts/striphashline.pl \d214 13@1.21log@version 0.1.2Added doitcmp and milestone.pl@text@d4 1a4 1dnl $Id: configure.in,v 1.20 1997/06/13 18:54:33 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.20 $)dnld222 1@1.20log@Added VERSION STRING@text@d4 1a4 1dnl $Id: configure.in,v 1.19 1997/06/12 19:56:46 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.19 $)dnld40 2a41 2VERSION=0.1.1 				AC_SUBST(VERSION)VERSION_STRING="$VERSION" 	AC_SUBST(VERSION_STRING)d203 1d214 1@1.19log@updated version to 0.1.1decluster works according to selftest.@text@d4 1a4 1dnl $Id: configure.in,v 1.18 1997/06/04 20:42:00 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.18 $)dnld39 3a41 2PACKAGE=lk  	AC_SUBST(PACKAGE)VERSION=0.1.1 	AC_SUBST(VERSION)@1.18log@Added unsigned int size check.@text@d4 1a4 1dnl $Id: configure.in,v 1.17 1997/06/02 20:42:55 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.17 $)dnld40 1a40 1VERSION=0.1 	AC_SUBST(VERSION)@1.17log@Need to check for time.h too.@text@d4 1a4 1dnl $Id: configure.in,v 1.16 1997/06/02 20:32:27 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.16 $)dnld182 1@1.16log@Typo : second lbr definition is really rbr (right bracket)@text@d4 1a4 1dnl $Id: configure.in,v 1.15 1997/06/02 20:29:35 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.15 $)dnld138 1a138 1AC_CHECK_HEADERS(limits.h sys/time.h unistd.h)@1.15log@echo -e doesn't work on Solaris 2.4Use echo and tr instead.@text@d4 1a4 1dnl $Id: configure.in,v 1.14 1997/05/27 18:11:26 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.14 $)dnld155 1a155 1lbr=`echo ' ' | tr ' ' '\135'`@1.14log@I want to know if the compiler supports inline.@text@d4 1a4 1dnl $Id: configure.in,v 1.13 1997/05/16 22:22:37 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.13 $)dnld152 4a155 2lbr=`echo -e \\\\133`rbr=`echo -e \\\\135`@1.13log@Make GCC warnings only one line.@text@d4 1a4 1dnl $Id: configure.in,v 1.12 1997/05/16 22:17:58 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.12 $)dnld175 1@1.12log@Make compile.c at configure time, not link time.@text@d4 1a4 1dnl $Id: configure.in,v 1.11 1997/05/16 21:41:02 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.11 $)dnld60 1a60 2	C_WARNINGS="-Wall -Wpointer-arith -Wcast-qual -Wcast-align \		-Wwrite-strings -Wconversion -Wstrict-prototypes -Wmissing-prototypes"@1.11log@Configure all the scripts.@text@d4 1a4 1dnl $Id: configure.in,v 1.10 1997/05/16 21:27:10 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.10 $)dnld198 1@1.10log@More time functions.Better support for testing OS supplier, name, version, etc.@text@d4 1a4 1dnl $Id: configure.in,v 1.9 1997/05/15 20:01:14 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.9 $)dnld201 14@1.9log@Add support for knowing sizes of variables, including detection oflong long.@text@d4 1a4 1dnl $Id: configure.in,v 1.8 1997/05/15 18:55:59 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.8 $)dnld50 3d125 1d130 1a130 1dnl Solars 2.4 is strange because it puts getrusage and other BSD functionsd133 1a133 1dnl what about other systems?d141 24d185 1a185 1AC_CHECK_FUNCS(getrusage getpagesize gethostname strdup)@1.8log@Now this is fixed for installing scripts.@text@d4 1a4 1dnl $Id: configure.in,v 1.7 1997/05/14 20:06:13 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.7 $)dnld149 5a154 1a173 4@1.7log@Try to support .ch as a dependency in ctangle and cweave build rules.@text@d4 1a4 1dnl $Id: configure.in,v 1.6 1997/05/14 18:14:21 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.6 $)dnld70 2a71 2dnl (perhaps fp_PROG_INSTALL, since we install scripts. Section 8 of automake)AC_PROG_INSTALLd163 7a169 1AC_OUTPUT([Makefile src/Makefile scripts/avg.pl], [test -z "$CONFIG_HEADERS" || echo timestamp >stamp-h])@1.6log@Added vi line to set tabstops.Removed HAVE_PERLClean up final makefile by deciding at configure time what CTANGLE_CMDshould be.  Same for CWEAVE_CMD and TEX_CMD.@text@d4 1a4 1dnl $Id: configure.in,v 1.5 1997/05/14 16:06:39 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.5 $)dnld80 1a83 1dnl Check for cwebmac.tex... or just include it.d94 2d97 1a97 1        $(CTANGLE) $(CTANGLEFLAGS_DEFAULT) $(CTANGLEFLAGS) $< $*.ch; \\\d107 1a107 1		$(CWEAVE) $(CWEAVEFLAGS_DEFAULT) $(CWEAVEFLAGS) $< $*.ch; \\\@1.5log@Pass CFLAGS down directly instead of C_DIALECT and C_WARNINGS.@text@d3 2a4 2dnldnl $Id: configure.in,v 1.4 1997/05/13 19:00:43 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.4 $)dnla74 1AC_CHECK_PROG(HAVE_PERL,perl,yes,no)a75 1d79 1d83 1a83 1dnl Check for cwebmac.tex...d85 33d162 4@1.4log@Fix grammar in comment.Get the whole path of a program.make src/Makefile.@text@d4 1a4 1dnl $Id: configure.in,v 1.3 1997/05/12 21:29:34 neto Exp neto $d27 1a27 1AC_REVISION($Revision: 1.3 $)dnld54 1d63 2a64 2AC_SUBST(C_DIALECT)AC_SUBST(C_WARNINGS)d74 1d77 1d129 1a129 1AC_OUTPUT(Makefile src/Makefile, [test -z "$CONFIG_HEADERS" || echo timestamp >stamp-h])@1.3log@Configuration template for LK, the program.Process with autoconf to create configure@text@d4 1a4 1dnl $Id$d27 1a27 1AC_REVISION($Revision$)dnld43 1a43 1dnl sets the MAKE variabled69 1d78 4a81 2AC_CHECK_PROG(HAVE_CTANGLE,ctangle,yes,no)AC_CHECK_PROG(HAVE_CWEAVE,cweave,yes,no)d126 1a126 1AC_OUTPUT(Makefile, [test -z "$CONFIG_HEADERS" || echo timestamp >stamp-h])@

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -