summaryrefslogtreecommitdiffstats
path: root/src/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* * krb5-config.in: New script for providing linker and compilerEzra Peisach2001-05-301-0/+10
| | | | | | | | | | | | | | | information for applications. * patchlevel.h: Update to current release. Mkrel script generates this in distribtions. * configure.in: Add support for parsing patchlevel.h into a useable form for krb5-config. Generate krb5-config from krb5-config.in. Add KRB5_BUILD_PROGRAM for variable substitution. * Makefile.in: Add support for building and installing krb5-config. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13249 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Call AC_REQUIRE_CPP before checking for GCC, to ensure that weKen Raeburn2001-01-161-0/+3
| | | | | | always set $CPP. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12904 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: If the cache_file is /dev/null (autoconf 2.49),Ezra Peisach2000-11-011-0/+8
| | | | | | set it to config.cache. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12849 dc483132-0cff-0310-8789-dd5450dbe970
* new --enable/--disable-kdc-replay-cache configure hooksKen Raeburn2000-02-281-0/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12090 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Delete old and already disabled code relating to shared libraryKen Raeburn1999-07-061-232/+0
| | | | | | support. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11544 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Fix typo so that lib/crypto actually getsTom Yu1999-01-271-1/+1
| | | | | | configured. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11135 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in, configure.in: Move the responsibility for generatingTheodore Tso1999-01-271-5/+44
| | | | | | | Makefile files for the following subdirectories to the top-level: util, util/send-pr, util/dyn, lib, config-files, and gen-manpages. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11132 dc483132-0cff-0310-8789-dd5450dbe970
* Mass makefile/configure.in build system revampTheodore Tso1998-02-121-2/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add KRB5_LIB_AUX so configure --help gives info onEzra Peisach1997-10-131-0/+4
| | | | | | shared libraries. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10222 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add shared library support for IrixTom Yu1997-02-141-2/+2
| | | | | | | * configure.in: inactivate the old case statement that determined shared lib parameters; keep it around just for reference, though. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9865 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add AC_KRB5_TCL so configure --help is usefulEzra Peisach1996-10-141-0/+1
| | | | | | * aclocal.m4 (AC_KRB5_TCL): Added tests for --with-tcl. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9165 dc483132-0cff-0310-8789-dd5450dbe970
* New manpagesJeff Bigler1996-09-061-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9052 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: remove admin subdirTom Yu1996-09-061-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9044 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove top-level calls to WITH_ANAME_DB and WITH_KDB_DBTheodore Tso1996-08-231-6/+0
| | | | | | | aclocal.m4 (WITH_ANAME_DB, WITH_KDB_DB): Remove --with-aname-db and --with-kdb-db since we're not using any of them. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8974 dc483132-0cff-0310-8789-dd5450dbe970
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-2/+3
| | | | | | | | | 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
* Added basic SunOS shared library supportRichard Basch1996-03-301-0/+26
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7738 dc483132-0cff-0310-8789-dd5450dbe970
* do not bother building the old kadmin server (kadmin.old)Richard Basch1996-03-221-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7703 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_RUN_FLAGS): Allows for setting of proper pathsEzra Peisach1996-03-191-2/+26
| | | | | | | | | for executing programs in the build tree with proper overriding of potentially installed libraries. * configure.in: Setup for KRB5_RUN_FLAGS git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7664 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for shared libraries under HPUX and Sinix (SysVR4 under mips)Theodore Tso1996-02-251-9/+49
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7530 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add in WITH_ANAME_DB and WITH_KDB_DB so that topEzra Peisach1996-01-221-0/+7
| | | | | | | | | | | | level configure --help lists options. * aclocal.m4 (CHECK_DB): Fix m4 quoting to allow for the autoconf rules to insert the required CPP determination rules automatically. (WITH_ANAME_DB): Add missing comma. Fix up spacing so configure --help looks pretty. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7356 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for Linux shared librariesTheodore Tso1995-11-021-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7011 dc483132-0cff-0310-8789-dd5450dbe970
* Go into config-files subdir in order to install the manual pages sitting thereEzra Peisach1995-10-211-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6977 dc483132-0cff-0310-8789-dd5450dbe970
* Remove spaces introduced into shell variable assignmentsSam Hartman1995-10-121-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6965 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to do shared library versioning under AIXSam Hartman1995-10-111-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6963 dc483132-0cff-0310-8789-dd5450dbe970
* For NetBSD shlibs turn back on shlibs_use_dirsEzra Peisach1995-10-091-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6951 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (DO_SUBDIRS): Add make Makefiles for broken versionsEzra Peisach1995-10-021-6/+12
| | | | | | | | | | | | of make. (V5_MAKE_SHARED_LIB): Changes to support version numbering and library installation. * configure.in: change shlib extentsion for netbsd and dirhead rules to allow for shared library path to be included in executable. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6905 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: For OSF/1 specify that the -rpath directive takesEzra Peisach1995-08-151-0/+5
| | | | | | | | | | | | a colon separated path. * aclocal.m4 (SHLIB_RPATH_DIRS): Allow for directory path to be This was a problem with OSF/1 where specifying -rpath multiple times only includes the final one in the library. A colon separted path is the correct invocation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6532 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add support for NetBSD shared librariesTom Yu1995-07-041-0/+16
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6225 dc483132-0cff-0310-8789-dd5450dbe970
* * Replace Gcc test from top level configure.in with one fromSam Hartman1995-07-031-13/+10
| | | | | | | | | util/configure.in. * Modify top level configure.in and util/makeshlib.sh so AIX can build/use shared libs with Gcc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6223 dc483132-0cff-0310-8789-dd5450dbe970
* Proper test for GCC. (based on autoconf test).Ezra Peisach1995-06-291-4/+31
| | | | | | | If using gcc, set shlibs_ldflag and noshlibs_ldflag properly for compiler. (I put it in the OSF code, but the testing may be more generic for all systems) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6194 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (KRB_INCLUDE): Search the build directories before theTheodore Tso1995-06-281-9/+12
| | | | | | | | | | | source directories. (Doesn't hurt anything, and it helps in a few cases of user error.) configure.in: Conditionalize on the name of CC to determine whether to use the gcc or suncc flags for shared libraries. (This is a little bit ugly; we might want to use a better test later on.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6190 dc483132-0cff-0310-8789-dd5450dbe970
* ----------------------------------------------------------------------Sam Hartman1995-06-261-1/+1
| | | | | | | | | | | | automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: ---------------------------------------------------------------------- Changed shared libraries so that it works under AIX and sets the libpath correctly. Currently only works under Xlc, but hooks for Gcc support are present. CVS: git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6163 dc483132-0cff-0310-8789-dd5450dbe970
* * Re-enable static libraries under LinuxSam Hartman1995-06-231-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6144 dc483132-0cff-0310-8789-dd5450dbe970
* Changes to support AIX shared libraries. The interactionsSam Hartman1995-06-231-0/+23
| | | | | | | | | | | | | | 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
* Explicitly handle default cases when neither --enable-shared orPaul Park1995-06-161-1/+5
| | | | | | --with-shared is specified. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6078 dc483132-0cff-0310-8789-dd5450dbe970
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-151-2/+28
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6069 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (CONFIG_RULES): CONFIG_RULES now contains the standardizedTheodore Tso1995-06-091-9/+1
| | | | | | | | | | autoconf macros which all configure.in files will include. Removed WITH_KRB5ROOT, since it's no longer used. configure.in: Remove standardized set of autoconf macros, which are now handled by CONFIG_RULES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6001 dc483132-0cff-0310-8789-dd5450dbe970
* Build the krb524 directoryTheodore Tso1995-06-061-1/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5955 dc483132-0cff-0310-8789-dd5450dbe970
* Export $(CC) for the benefit of config.guessTheodore Tso1995-05-271-1/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5908 dc483132-0cff-0310-8789-dd5450dbe970
* Prime local shared library registry file for Alpha OSFEzra Peisach1995-05-261-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5894 dc483132-0cff-0310-8789-dd5450dbe970
* Added shared library support for Alpha OSFEzra Peisach1995-05-261-0/+7
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5888 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for shared librariesTheodore Tso1995-05-261-0/+27
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5883 dc483132-0cff-0310-8789-dd5450dbe970
* Also compile the kadmin.old directory, at least for now. (At someTheodore Tso1995-04-281-1/+1
| | | | | | point this should be controlled by --enable-old-kadmin). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5611 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: check KRB4_LIB to know if we're building with krb4Mark Eichin1995-04-271-1/+1
| | | | | | support enabled and thus want kadmin.v4. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5585 dc483132-0cff-0310-8789-dd5450dbe970
* Remove kadmin.old and add kadminPaul Park1995-04-261-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5500 dc483132-0cff-0310-8789-dd5450dbe970
* Fix stupid typo; missing semi-colon in if statementTheodore Tso1995-04-251-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5473 dc483132-0cff-0310-8789-dd5450dbe970
* Configure script to reflect the new kadmin hierarchyTheodore Tso1995-04-251-1/+6
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5471 dc483132-0cff-0310-8789-dd5450dbe970
* Folded in Ezra's changes to support --with-netlib, for support of theTheodore Tso1995-03-011-0/+1
| | | | | | SGI's (and other broken SysV OS's). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5037 dc483132-0cff-0310-8789-dd5450dbe970
* Remove BITS16, BITS32, BITS64, etc. from acconfig.hTheodore Tso1995-02-031-3/+0
| | | | | | Remove ISODE references from configure and aclocal.m4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4896 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4, configure.in: Add appropriate help text for the --with-*Theodore Tso1994-11-301-1/+6
| | | | | | | | | and --enable-* options. ISODE_INCLUDES should define KRB5_USE_ISODE if necessary. acconfig.h: Add defines for KRB5_ATHENA_COMPAT and KRB5_KRB4_COMPAT. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4723 dc483132-0cff-0310-8789-dd5450dbe970