summaryrefslogtreecommitdiffstats
path: root/src/util
Commit message (Collapse)AuthorAgeFilesLines
...
* We don't need autoreconf.local anymore. That functionality has beenTheodore Tso1994-11-212-160/+1
| | | | | | folded into autoconf 2.1! git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4707 dc483132-0cff-0310-8789-dd5450dbe970
* update to autoconf 2.1Mark Eichin1994-11-1816-502/+513
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4696 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: add caching to perror check (from epeisach).Mark Eichin1994-11-182-2/+15
| | | | | | [from 0954] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4686 dc483132-0cff-0310-8789-dd5450dbe970
* Don't use $< in a non suffix rule contextTheodore Tso1994-11-082-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4645 dc483132-0cff-0310-8789-dd5450dbe970
* Use library.stamp to determine whether or not $arcmd needs to be rerunTheodore Tso1994-11-022-3/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4610 dc483132-0cff-0310-8789-dd5450dbe970
* touch the library first, before running $aradd, in case changing theTheodore Tso1994-11-022-1/+5
| | | | | | | mod time of the library after running $aradd causes problems on some systems. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4608 dc483132-0cff-0310-8789-dd5450dbe970
* add "ls" and "touch" since libupdate uses themTheodore Tso1994-11-022-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4607 dc483132-0cff-0310-8789-dd5450dbe970
* Change use of "head -1" to "sed 1q"Theodore Tso1994-11-022-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4606 dc483132-0cff-0310-8789-dd5450dbe970
* libupdate.sh: Add support for the new libupdate shell script. ItTheodore Tso1994-11-014-0/+66
| | | | | | | | | automatically updates a library from a file listing of constituent .o files. It only calls "ar" if it absolutely has to, in order to speed things up for partial recompilations. (ar is dreadfully slow if you're using one based on the BFD library.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4602 dc483132-0cff-0310-8789-dd5450dbe970
* * ranlib.conf: new file. some svr4 need ranlib tooMark Eichin1994-10-282-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4599 dc483132-0cff-0310-8789-dd5450dbe970
* * gcc.conf (CC_OPTS): don't set CC_OPTS until we figure outMark Eichin1994-10-282-1/+6
| | | | | | quoting again. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4598 dc483132-0cff-0310-8789-dd5450dbe970
* show contents of path tooMark Eichin1994-10-281-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4597 dc483132-0cff-0310-8789-dd5450dbe970
* fix testsMark Eichin1994-10-281-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4596 dc483132-0cff-0310-8789-dd5450dbe970
* autoconf 2.0 releaseMark Eichin1994-10-2712-218/+262
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4593 dc483132-0cff-0310-8789-dd5450dbe970
* autoreconf.local is a locally modified version of autoreconf that willTheodore Tso1994-10-272-12/+172
| | | | | | | | | only rebuild configure files if they need to be (i.e., if configure.in or aclocal.4 are more recently updated than configure). reconf has been modified to use it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4584 dc483132-0cff-0310-8789-dd5450dbe970
* Regenerated configure from configure.in using the latest Autoconf;Theodore Tso1994-10-261-5/+5
| | | | | | | | | otherwise, the generated Makefile would blow out because the it looks configure scripts generated by 1.125 used @PROGS@, and scripts generated by 1.126 used @SCRIPTS@, and @SCRIPTS@ wasn't getting substituted correctly in the Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4579 dc483132-0cff-0310-8789-dd5450dbe970
* autoconf v2 testsuiteMark Eichin1994-10-267-0/+375
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4578 dc483132-0cff-0310-8789-dd5450dbe970
* autoconf 1.126. This will be released as autoconf 2 on 94/10/27, pleaseMark Eichin1994-10-2643-11829/+22386
| | | | | | don't release before then without checking with Mark Eichin. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4577 dc483132-0cff-0310-8789-dd5450dbe970
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-264-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4576 dc483132-0cff-0310-8789-dd5450dbe970
* Only rerun autoconf if the configure.in file is more recent than the configureTheodore Tso1994-10-241-1/+15
| | | | | | file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4560 dc483132-0cff-0310-8789-dd5450dbe970
* Add AC_RETSIGTYPE to get proper return type for signal hanldersTheodore Tso1994-10-245-7/+19
| | | | | | Makefile.in: Don't specify an explicit pathname for sed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4559 dc483132-0cff-0310-8789-dd5450dbe970
* Don't specify an explicit pathname for sedTheodore Tso1994-10-242-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4558 dc483132-0cff-0310-8789-dd5450dbe970
* add sort for make checkMark Eichin1994-10-182-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4529 dc483132-0cff-0310-8789-dd5450dbe970
* * ucb.conf: add "ranlib" for ucb, it's a common element.Mark Eichin1994-10-113-0/+8
| | | | | | | * sunpro.conf: New file. Points to Sun (not MIT) installation path for their unbundled compiler ("SUNWspro"). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4491 dc483132-0cff-0310-8789-dd5450dbe970
* * kbuild (MAKETARGETS): default to "all check" for make, but allowMark Eichin1994-10-112-2/+8
| | | | | | override from config fragments. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4490 dc483132-0cff-0310-8789-dd5450dbe970
* Don't rm the sed and awk scripts during a make cleanTheodore Tso1994-10-114-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4489 dc483132-0cff-0310-8789-dd5450dbe970
* start CONFIG_OPTS with -v so we see the autoconf results tooMark Eichin1994-10-071-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4487 dc483132-0cff-0310-8789-dd5450dbe970
* Add extra check to make sure blank lines get squeezed out. Needed forTheodore Tso1994-10-072-0/+6
| | | | | | AIX's sed, for some reason. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4486 dc483132-0cff-0310-8789-dd5450dbe970
* Use check:: instead of check:Theodore Tso1994-10-072-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4484 dc483132-0cff-0310-8789-dd5450dbe970
* Replace use of basename with sed --- it's more portableTheodore Tso1994-10-064-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4463 dc483132-0cff-0310-8789-dd5450dbe970
* Don't build the unifdef directory --- we don't need it any moreTheodore Tso1994-10-041-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4454 dc483132-0cff-0310-8789-dd5450dbe970
* Don't build unifdef. We don't need it anymoreTheodore Tso1994-10-041-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4440 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to compile comple_et. Use awk/sed shell script version instead.Theodore Tso1994-10-033-6/+29
| | | | | | It's more apt to be portable, since it doesn't use yacc or lex. :-( git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4426 dc483132-0cff-0310-8789-dd5450dbe970
* Don't try to compile mk_cmds. Use awk/sed shell script replacement instead.Theodore Tso1994-10-033-6/+27
| | | | | | It's more apt to be portable, since it doesn't use lex or yacc. :-( git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4425 dc483132-0cff-0310-8789-dd5450dbe970
* * kbuild: log arguments to THISCONF, RECONF filesMark Eichin1994-10-012-0/+8
| | | | | | | should now be able to "source ./kbuild.reconf" to re run... and easier to tell what result actually worked... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4416 dc483132-0cff-0310-8789-dd5450dbe970
* * kbuild: set SRCDIR by default from program nameMark Eichin1994-10-012-2/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4415 dc483132-0cff-0310-8789-dd5450dbe970
* old style kbuild fileMark Eichin1994-10-011-27/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4414 dc483132-0cff-0310-8789-dd5450dbe970
* Let configure take care of removing const with AC_CONSTTheodore Tso1994-09-307-23/+29
| | | | | | | | internal.h: Use autoconf to determin whether or not declare perror() compile_et.c: Add declaration of error_message manully. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4409 dc483132-0cff-0310-8789-dd5450dbe970
* More will be added..Mark Eichin1994-09-308-0/+51
| | | | | | | | | | | * base.conf: simplest path, lists all executables. * ucb.conf: add /usr/ucb to the base path. * svr4.conf: add /usr/ccs/bin instead. * athena.conf: sets KRB4 to /usr/athena. * cns.conf: sets KRB4 to /usr/kerberos. * gcc.conf: overrids CC and CC_OPTS for gcc -g -O -Wall. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4391 dc483132-0cff-0310-8789-dd5450dbe970
* * util/kbuild: complete rewrite.Mark Eichin1994-09-302-14/+98
| | | | | | | | * util/kfrags: fragments of input to kbuild. See top of util/kbuild for instructions. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4390 dc483132-0cff-0310-8789-dd5450dbe970
* fix initial test/square-bracket bugMark Eichin1994-09-281-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4357 dc483132-0cff-0310-8789-dd5450dbe970
* Fix so that autoconf actually checks for bison/yacc/byacc, so that systemsTheodore Tso1994-09-233-1/+3
| | | | | | | without yacc will win. (Previously, the com_err and ss libraries assumed that yacc existed.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4331 dc483132-0cff-0310-8789-dd5450dbe970
* Kbuild is a program which builds a Kerberos V5 distribution with aTheodore Tso1994-09-211-0/+63
| | | | | | | specific set of compilation programs and configuration options, in a repeatable manner. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4304 dc483132-0cff-0310-8789-dd5450dbe970
* Reversed order of \n\r to make jik happyTheodore Tso1994-09-092-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4210 dc483132-0cff-0310-8789-dd5450dbe970
* Added declaration for strdup() if HAS_STRDUP is not definedTheodore Tso1994-08-313-0/+17
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4208 dc483132-0cff-0310-8789-dd5450dbe970
* stamp out rcs keywordsMark Eichin1994-08-1816-94/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4186 dc483132-0cff-0310-8789-dd5450dbe970
* gcc -Wall: clean up trash following #endifs..Mark Eichin1994-08-121-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4125 dc483132-0cff-0310-8789-dd5450dbe970
* fix clean for pre.inMark Eichin1994-08-091-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4094 dc483132-0cff-0310-8789-dd5450dbe970
* these match what reconf does to themMark Eichin1994-08-092-6/+37
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4091 dc483132-0cff-0310-8789-dd5450dbe970
* handle stdlib, mallocMark Eichin1994-08-092-5/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4090 dc483132-0cff-0310-8789-dd5450dbe970