summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* Update file listTheodore Tso1995-08-242-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6588 dc483132-0cff-0310-8789-dd5450dbe970
* Add DEPLIBS and LDFLAGSPaul Park1995-07-072-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6245 dc483132-0cff-0310-8789-dd5450dbe970
* Change SRCTOP so that it's defined in configure script, instead ofTheodore Tso1995-06-232-2/+7
| | | | | | being hardcoded as $(srcdir)/$(BUILDTOP). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6149 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-232-1/+5
| | | | | | | | | | | | | | between configure.in and Makefile.in change significantly for shared libraries: the static library target is no longer specified in the Makefile, although a rule to make the static library is specified. Also, none of the libraries have any more unresolved symbols. As discussed, libcom_err.a is made shared and symlinks are created in lib. These changes sort of work, although I suspect cleanup is necessary. I don't think it breaks too much on other platforms. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6126 dc483132-0cff-0310-8789-dd5450dbe970
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-152-0/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6069 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in: DO_SUBDIRS causes make {install,clean,check,etc.} to getTom Yu1995-06-142-0/+10
| | | | | | | | run in subdirectories where they haven't been before. Added some blank dependencies to keep things from breaking too badly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6065 dc483132-0cff-0310-8789-dd5450dbe970
* Remove KRB5ROOTTheodore Tso1995-06-092-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6007 dc483132-0cff-0310-8789-dd5450dbe970
* Define ${prefix} since exec_prefix is sometimes to that. Don't createTheodore Tso1995-06-082-3/+10
| | | | | | | the directories include/krb5 and include/kerberosIV when installing. (They're not needed). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5983 dc483132-0cff-0310-8789-dd5450dbe970
* pre.in: Use the GNU/configure standard method of prefix andTheodore Tso1995-06-072-6/+14
| | | | | | | exec_prefix to determine where programs get installed. The use of KRB5ROOT is obsolete. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5968 dc483132-0cff-0310-8789-dd5450dbe970
* Add variable DO_MAKE_SHLIBTheodore Tso1995-05-262-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5884 dc483132-0cff-0310-8789-dd5450dbe970
* pre.in(HOST_TYPE, SHEXT): Added variables filled in by configureTheodore Tso1995-05-262-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5882 dc483132-0cff-0310-8789-dd5450dbe970
* Added for shared library supportTheodore Tso1995-05-243-0/+1266
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5865 dc483132-0cff-0310-8789-dd5450dbe970
* Add gssapi to list of include subdirectoriesPaul Park1995-05-222-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5844 dc483132-0cff-0310-8789-dd5450dbe970
* Update Sanitize file to reflect file additions, deletionsTheodore Tso1995-05-041-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5721 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in (KRB4): remove, unusedMark Eichin1995-04-272-1/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5562 dc483132-0cff-0310-8789-dd5450dbe970
* Added scripts to rename DOS 8.3 names to their proper longer namesKeith Vetter1995-04-274-0/+91
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5550 dc483132-0cff-0310-8789-dd5450dbe970
* The .depend production rule now does even more cannonicalization ofTheodore Tso1995-04-212-2/+13
| | | | | | the generated dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5421 dc483132-0cff-0310-8789-dd5450dbe970
* Change depend: to depend::Theodore Tso1995-04-191-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5373 dc483132-0cff-0310-8789-dd5450dbe970
* Add production for creating the .depend file, and updating theTheodore Tso1995-04-182-0/+22
| | | | | | Makefile.in with the new dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5370 dc483132-0cff-0310-8789-dd5450dbe970
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-142-0/+74
| | | | | | releases.... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5359 dc483132-0cff-0310-8789-dd5450dbe970
* Windows global stuff:Keith Vetter1995-04-142-2/+7
| | | | | | | | | o removed INTERFACE from non-api functions o add FAR to pointers visible to the world o made the tests for __STDC__ also check for _WINDOWS o creates GSSAPI.DLL & GSSAPI.LIB as per spec. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
* * mac-config.cache: Correct some entries.John Gilmore1995-03-294-14/+37
| | | | | | | | | | | * mac-mf.sed: Improve conversion of pathnames, $(srcdir), support linking MPW tools (for make check, kinit). * mac-pre.in (.c.o): Add -sym on for debugging. (LDFLAGS): Remove ToolLibs.o. (RANLIB, ARCHIVE): Make these work. (MAKE): Make recursive makes work, with BuildProgram. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5291 dc483132-0cff-0310-8789-dd5450dbe970
* First cut at Macintosh configuration supportJohn Gilmore1995-03-176-0/+511
| | | | | | | | | | | | * mac-config.cache: New file, a hand-built autoconf `config.cache' file with the right values for building under MPW. * mac-config.README: Documentation for mac-config.cache. * mac-pre.in, mac-post.in: Versions of pre.in and post.in for configuring on MPW. * mac-mf.sed: A `sed' script which will turn carefully constructed Unix Makefiles into carefully constructed Macintosh MPW Makefiles. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5139 dc483132-0cff-0310-8789-dd5450dbe970
* README file describes imake configuration standards; imake is long goneTheodore Tso1995-03-081-323/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5085 dc483132-0cff-0310-8789-dd5450dbe970
* Changes for PC to reflect the flatter include hierarchyKeith Vetter1995-03-012-5/+11
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5051 dc483132-0cff-0310-8789-dd5450dbe970
* Add line for $(LD)Theodore Tso1995-02-222-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4965 dc483132-0cff-0310-8789-dd5450dbe970
* Made the CRYPTO directories work on the PC by adding INTERFACE to all theKeith Vetter1995-02-212-2/+7
| | | | | | functions and prototypes, and updating the Makefile.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4956 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in: Added macros for directory syntax, filename extensionsJohn Gilmore1995-02-155-2/+122
| | | | | | | | | and what system we're building on (defaults to Unix). * post.in: split clean into unix and windows branches * windows.in: new file--makefile macros and rules for windows * rm.bat: new file--DOS batch file to mimic Unix's rm command git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4946 dc483132-0cff-0310-8789-dd5450dbe970
* Don't actually add the $(CPPOPTS) flags to CPPFLAGS; CPPFLAGS has themTheodore Tso1994-11-032-2/+5
| | | | | | | defined already. In fact, don't define the CPPOPTS makefile variable at all; we don't need it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4620 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for a new --with-cppopts" value where you can put -DXXXXXTheodore Tso1994-11-032-1/+8
| | | | | | | such that they are found by autoconf tests that use run the preprocessor over header files. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4616 dc483132-0cff-0310-8789-dd5450dbe970
* Also clean up config.log, pre.out, post.out and Makefile.outTheodore Tso1994-11-012-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4603 dc483132-0cff-0310-8789-dd5450dbe970
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-262-2/+239
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4576 dc483132-0cff-0310-8789-dd5450dbe970
* Add default "check" rules for Makefiles that don't have a make check targetTheodore Tso1994-10-072-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4467 dc483132-0cff-0310-8789-dd5450dbe970
* Add default all target at the end of pre.in, thus ensuring that allTheodore Tso1994-10-062-0/+6
| | | | | | makefiles will do "make all" by default. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4464 dc483132-0cff-0310-8789-dd5450dbe970
* Fix so that autoconf actually checks for bison/yacc/byacc, so that systemsTheodore Tso1994-09-231-0/+1
| | | | | | | 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
* stamp? please?Mark Eichin1994-08-1012-1968/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4111 dc483132-0cff-0310-8789-dd5450dbe970
* stamp? please?Mark Eichin1994-08-101-118/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4108 dc483132-0cff-0310-8789-dd5450dbe970
* stamp? please?Mark Eichin1994-08-101-21/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4107 dc483132-0cff-0310-8789-dd5450dbe970
* stamp? please?Mark Eichin1994-08-092-732/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4103 dc483132-0cff-0310-8789-dd5450dbe970
* stamp..Mark Eichin1994-08-095-3397/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4101 dc483132-0cff-0310-8789-dd5450dbe970
* Stamp Out Imake in Our Lifetimes..Mark Eichin1994-08-091-623/+0
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4081 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in: strip installed programs by defaultTom Yu1994-08-042-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4038 dc483132-0cff-0310-8789-dd5450dbe970
* more make install fixesTom Yu1994-07-201-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4004 dc483132-0cff-0310-8789-dd5450dbe970
* mostly changes to prevent spewage of ignored errorsTom Yu1994-07-033-2/+6
| | | | | | Maybe clean this up more later git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3950 dc483132-0cff-0310-8789-dd5450dbe970
* fixing clean rulesTom Yu1994-07-032-1/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3948 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in: added KRB4 to the template to keep things like v4serverTom Yu1994-07-022-0/+6
| | | | | | from losing git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3947 dc483132-0cff-0310-8789-dd5450dbe970
* common bits of Makefile.inMark Eichin1994-07-022-0/+53
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3942 dc483132-0cff-0310-8789-dd5450dbe970
* moving stuff out of site.def that shouldn't be thereTom Yu1994-06-104-212/+31
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3731 dc483132-0cff-0310-8789-dd5450dbe970
* Fix telnet operating system nameTheodore Tso1994-06-101-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3725 dc483132-0cff-0310-8789-dd5450dbe970
* Added Telnet OS defineTheodore Tso1994-06-101-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3724 dc483132-0cff-0310-8789-dd5450dbe970