summaryrefslogtreecommitdiffstats
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-222-0/+10
| | | | | | | | | OV_MERGE branches. This includes, but is not limited to, the new openvision admin system, and major changes to gssapi to add functionality, and bring the implementation in line with rfc1964. before committing, the code was built and tested for netbsd and solaris. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8774 dc483132-0cff-0310-8789-dd5450dbe970
* * post.in,pre.in: break some things out from aclocal.m4 and putTom Yu1996-06-143-0/+64
| | | | | | them here git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8361 dc483132-0cff-0310-8789-dd5450dbe970
* New variable which is used to control the /pagesize parameter forTheodore Tso1996-06-133-1/+8
| | | | | | | Windows 16. (Obviously we're suffering from library size bloat if we need to set this.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8346 dc483132-0cff-0310-8789-dd5450dbe970
* Update to newer version in order to support more platformsEzra Peisach1996-06-122-36/+170
| | | | | | | We may have to verify that for all platforms w/ shared libraries the name has not changed... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8330 dc483132-0cff-0310-8789-dd5450dbe970
* windows.in (CCOPTS): Windows-32 CCOPTSTheodore Tso1996-06-123-4/+19
| | | | | | win-post.in: Use a Windows-32 specific LIB command line syntax git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8304 dc483132-0cff-0310-8789-dd5450dbe970
* Add the option /PAGESIZE:128 to the library command, since the krb5Theodore Tso1996-06-062-1/+6
| | | | | | library has gotten so big. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8260 dc483132-0cff-0310-8789-dd5450dbe970
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-0/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8246 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.in (SRCTOP, BUILDTOP): Don't defineKen Raeburn1996-03-132-2/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7617 dc483132-0cff-0310-8789-dd5450dbe970
* * pre.inRichard Basch1996-02-091-1/+2
| | | | | | | | Install administrative database utilities in sbin, not admin. Also, define $(transform) to be the sed transformation for program installation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7464 dc483132-0cff-0310-8789-dd5450dbe970
* pre.in: KRB5_LIBDIR, ADMIN_BINDIR, KRB5_SHLIBDIR, KRB5_INCDIREzra Peisach1995-10-162-4/+9
| | | | | | are all based on exec_prefix (architecture dependent) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6970 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to do shared library versioning under AIXSam Hartman1995-10-112-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6963 dc483132-0cff-0310-8789-dd5450dbe970
* Moved .c -> .obj rule to win-post.in, since we need it after theTheodore Tso1995-10-113-8/+53
| | | | | | LIBNAME makefile variable is defined in the main body of the Makefile. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6957 dc483132-0cff-0310-8789-dd5450dbe970
* Added macfile.list to the list of excluded filesTheodore Tso1995-09-271-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6872 dc483132-0cff-0310-8789-dd5450dbe970
* *** empty log message ***Theodore Tso1995-09-271-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6871 dc483132-0cff-0310-8789-dd5450dbe970
* New file, used for generating DOS zip filesTheodore Tso1995-09-272-0/+18
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6870 dc483132-0cff-0310-8789-dd5450dbe970
* Added lines of the form "all:: all-$(WHAT)" for all, clean, install,Theodore Tso1995-09-254-0/+47
| | | | | | and check. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6851 dc483132-0cff-0310-8789-dd5450dbe970
* added windows value for SRCTOPTheodore Tso1995-09-222-0/+5
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6815 dc483132-0cff-0310-8789-dd5450dbe970
* 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