summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
* rhapsody fixes from 1.1 branchKen Raeburn1999-09-211-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11835 dc483132-0cff-0310-8789-dd5450dbe970
* Added MacOS X shared library supportBrad Thompson1999-08-131-0/+13
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11651 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4: Add support for FreeBSD systems using ELF (and not justTheodore Tso1998-11-161-21/+14
| | | | | | | | a.out systems). Also remove the definition for the KRB5_POSIX_LOCKS test, since it is no longer needed. (See ChangeLog for lib/krb5/os/lock_file.c for more details.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11040 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (AC_PROG_LEX): Autoconf "fixed" AC_PROG_LEX long ago. OurTheodore Tso1998-11-031-16/+0
| | | | | | own local version is no longer necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11012 dc483132-0cff-0310-8789-dd5450dbe970
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-7/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-121-0/+3
| | | | | | | | | | | * Fix static libs on platforms using .a for shared libs * Fix utmp handling for non-hpux platforms with ut_exit different from utmpx. * Include librarymacros in ss configure.in * Remove declarations of h_errno git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10632 dc483132-0cff-0310-8789-dd5450dbe970
* Third time's the charm.... *sigh* (ya irix6.3/gcc fix)Matthew Hancher1998-07-081-9/+9
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10626 dc483132-0cff-0310-8789-dd5450dbe970
* Wed Jul 8 01:10:44 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-07-081-2/+16
| | | | | | | | * aclocal.m4: Allow shared libraries to build properly under Irix 6.x with gcc. (This is actually a fix of a previous fix that didn't make it into ChangeLog.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10624 dc483132-0cff-0310-8789-dd5450dbe970
* Tue Jun 23 06:28:51 1998 Matthew D Hancher <mdh@mit.edu>Matthew Hancher1998-06-231-1/+6
| | | | | | | * aclocal.m4: added a kluge to get shared libraries to build with gcc under Irix 6.3 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10602 dc483132-0cff-0310-8789-dd5450dbe970
* Makefile.in: include krb5/ccache/memory and windows/lib in the list ofTheodore Tso1998-05-271-1/+12
| | | | | | | | | | | | directories built by the Windows build. When building kerbsrc-nt.zip, put a copy of mkbin.bat in the top-level build directory. Fix bug in kerbsrc-nt.zip building where it wasn't creating the initial Makefile (although the dos-zipfiles target did the right thing). aclocal.m4 (KRB5_LIB_PARAMS): Remove "untested" comment from freebsd. Add section for openbsd. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10588 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4: Added suggested changes to improve HP-UX's support forTheodore Tso1998-05-251-3/+13
| | | | | | shared libraries. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10581 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for generic file existence tests (used to simplify someTheodore Tso1998-05-061-0/+44
| | | | | | configure.in files.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10551 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4: Remove unused variables BUILDTOP and SRCTOP (now definedTheodore Tso1998-03-021-2/+19
| | | | | | | | | | in the individual Makefile.in file. Define @AUTOCONF@ to have the appropriate pathname (either internal to our source tree, or in the user's path). Set @CONFIG_RELTOPDIR@ to contain the relative path to the top of the build directory from the directory containing the configure script. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10490 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (KRB5_AC_REGEX_FUNCS): Take the regular expression functionTheodore Tso1998-02-281-0/+35
| | | | | | | code from lib/krb5/os/configure.in and turn it into a generalized regular expression function tester. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10477 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4: Rename K5_OUPUT_FILES to K5_AC_OUTPUT, and leave aTheodore Tso1998-02-131-1/+7
| | | | | | | compatibility macro behind for K5_OUTPUT_FILES. This is needed because autoreconf greps for AC_OUTPUT. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10432 dc483132-0cff-0310-8789-dd5450dbe970
* Mass makefile/configure.in build system revampTheodore Tso1998-02-121-360/+26
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10424 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_NETLIB): Use AC_LIBRARY_NET.Ezra Peisach1997-10-281-4/+56
| | | | | | | (AC_LIBRARY_NET): Written by jhawk@mit.edu to better determine if libsocket and libnsl are needed. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10256 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (TCL_WITH): Check for libtcl8.0Ezra Peisach1997-10-231-3/+11
| | | | | | The test release of dejagnu now comes with it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10246 dc483132-0cff-0310-8789-dd5450dbe970
* Fix simple shell test for tcl testsEzra Peisach1997-10-221-4/+4
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10245 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (AC_KRB5_TCL): Rewritten for clearerEzra Peisach1997-10-221-9/+29
| | | | | | understanding. Check for libtcl7.6 and tcl/tcl.h. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10244 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, revert RUN_ENVEzra Peisach1997-10-071-1/+1
| | | | | | | change as the dejagnu/Makefile.in can now deal with the older quoting scheme and makes this version more readable. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10212 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): For the alpha, RUN_ENV needs toEzra Peisach1997-08-181-1/+1
| | | | | | | | | | have sed expression in single quotes unstead of double to deal with a shell quoting bug in the dejagnu test suite. Shared library dejagn testing now works on the alpha... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10181 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_HESIOD): Fix --with-hesiod support to DTRT ifEzra Peisach1997-08-121-2/+2
| | | | | | the option is not specified. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10173 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_BUILD_LIBRARY_STATIC): Fix up some things soTom Yu1997-08-121-16/+21
| | | | | | | | | | | | | that this macro actually works; it's still necessary to precede a call to KRB5_BUILD_LIBOBJS with a call to KRB5_BUILD_LIBRARY_STATIC, though. Basically if you AC_DEFUN something that produces shell code and then calls a macro that AC_REQUIREs something else, then all the AC_REQUIREd stuff ends up coming *before* the shell code in the first macro. I'm not sure there's a reasonable workaround, or whether this can even be considered to be a bug. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10168 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add support for --with-hesiod (and add it toTom Yu1997-08-071-0/+23
| | | | | | | CONFIG_RULES, as it's needed almost everywhere kadm5 gets linked). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10162 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_AUX): add lib$(LIB)$(SHLIBVEXT) to the listTom Yu1997-03-281-2/+2
| | | | | | | | of libraries that get symlinked into $(TOPLIBD). This allows linkers that look for libfoo.so.maj.min rather than libfoo.so at link time to work, e.g. NetBSD/i386. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10035 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: (KRB5_LIB_PARAMS): Add support for HP/UX, FreeBSD,Tom Yu1997-03-241-4/+51
| | | | | | | and SNI, ported from the old top-level configure.in. These are not tested yet. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10024 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): Add support for mips-dec-netbsdTom Yu1997-03-211-0/+12
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10020 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add provisions to make major version numberTom Yu1997-03-101-7/+23
| | | | | | compatibility work for shared libaries. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10000 dc483132-0cff-0310-8789-dd5450dbe970
* Added RUN_ENV line for LinuxTheodore Tso1997-02-241-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9965 dc483132-0cff-0310-8789-dd5450dbe970
* * Make shared libs work on AIXSam Hartman1997-02-221-2/+25
| | | | | | * Support platforms where SHEXT = STEXT git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9947 dc483132-0cff-0310-8789-dd5450dbe970
* Linux doesn't understand -R; use "-bWl,-rpath -Wl,$(PROG_RPATH)" insteadTheodore Tso1997-02-211-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9941 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add shared library support for IrixTom Yu1997-02-141-0/+12
| | | | | | | * 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
* * aclocal.m4: Remove INSTALL_VARIABLE_HACK, as it's no longerTom Yu1997-02-121-16/+0
| | | | | | needed in autoconf 2.12. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9857 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (KRB5_LIB_PARAMS): Set CC_LINK_STATIC for platformsEzra Peisach1997-02-101-1/+7
| | | | | | | | | | w/o shared library support. (KRB5_LIB_AUX); Set CC_LINK if --enable-shared is not specified. (The second fix was to utilize the action-if-false stanza of AC_ARG_ENABLE. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9837 dc483132-0cff-0310-8789-dd5450dbe970
* Merge of libhack_branchTom Yu1997-02-091-221/+314
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9831 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Add AC_PREREQ(2.12) as we now require autoconf 2.12.Ezra Peisach1996-12-301-0/+1
| | | | | | | | | [krb5-build/289] This will prevent future screwups of people using their own installed version of autoconf with our tree... (we are now using stock autoconf-2.12... git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9708 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): Fix to deal with theTom Yu1996-12-241-1/+1
| | | | | | autoconf-2.12 syntax for file concatenation. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9688 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (LinkFileDir, LinkFile): AC_REQUIRE the AC_LN_S macroTom Yu1996-11-081-2/+2
| | | | | | to avoid gratuitous rechecks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9339 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (AC_KRB5_TCL): Check for -ldl when checking for -ltclTom Yu1996-11-021-5/+5
| | | | | | or -ltcl7.5 in case the TCL library needs it. [krb5-admin/141] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9279 dc483132-0cff-0310-8789-dd5450dbe970
* For libdb.a - use a relative path $(TOPLIBD)/libdb.a instead of -ldbEzra Peisach1996-10-311-1/+1
| | | | | | | | | | to prevent getting the system installed libdb.so on the Alpha. (Under DU 4.0 ld will scan the library search path - including -L paths for .so files, failing to find any will then look for the .a one. I think this is broken as you should take the first .so or .a file found) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9260 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: Fix CopySrcHeader and CopyHeader so they actuallyTom Yu1996-10-221-4/+14
| | | | | | | generate dependencies for the files they're copying to. Also, fix up DO_SUBDIRS to work with new recursion methods. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9231 dc483132-0cff-0310-8789-dd5450dbe970
* * configure.in: Add AC_KRB5_TCL so configure --help is usefulEzra Peisach1996-10-141-12/+46
| | | | | | * 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
* * aclocal.m4 (DECLARE_SYS_ERRLIST): Fix up to look for sys_errlistTom Yu1996-08-311-15/+29
| | | | | | in both errno.h and libc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9016 dc483132-0cff-0310-8789-dd5450dbe970
* configure.in: Remove top-level calls to WITH_ANAME_DB and WITH_KDB_DBTheodore Tso1996-08-231-90/+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
* * aclocal.m4 (LIBS): include -lgen if compile() is present andMarc Horowitz1996-07-261-0/+12
| | | | | | -lkrb5 is used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8839 dc483132-0cff-0310-8789-dd5450dbe970
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-40/+80
| | | | | | | | | 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
* Fix up handling of libkrb4 libraries so includes and stuff work withSam Hartman1996-06-241-2/+5
| | | | | | divergent versions of libkrb4. That way, Athena Kerberos can be used. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8541 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CHECK_DB): explicitly set $LIBS before callingTom Yu1996-06-171-0/+1
| | | | | | | | AC_CHECK_DBM_PROTO so that if a dbm lib is found it is linked against while checking for function existence. This may need some more testing. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8375 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: break some stuff out into pre.in and post.in inTom Yu1996-06-141-140/+6
| | | | | | preparation for doing away with PUSH_MAKEFILE cruft git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8357 dc483132-0cff-0310-8789-dd5450dbe970