summaryrefslogtreecommitdiffstats
path: root/src/aclocal.m4
Commit message (Collapse)AuthorAgeFilesLines
...
* * aclocal.m4(_MAKE_SUBDIRS): revert yet again; no workaround sinceTom Yu1995-06-141-2/+2
| | | | | | subshells inherit "-e" flag. Ultrix sucks. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6064 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CopySrcHeader): do a set -x before mkdirTom Yu1995-06-131-3/+3
| | | | | | | | _MAKE_SUBDIRS: inserted a "-@" rather than a "@" at the beginning of the rule; Ultrix make does /bin/sh -e ruleline if it's not there, and set +e doesn't work. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6050 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (CONFIG_RULES): CONFIG_RULES now contains the standardizedTheodore Tso1995-06-091-19/+20
| | | | | | | | | | 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
* Add support for shared librariesTheodore Tso1995-05-261-0/+42
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5883 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (_MAKE_SUBDIRS): fix rule so that MAKEFLAGS getsTom Yu1995-05-161-5/+5
| | | | | | processed correctly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5816 dc483132-0cff-0310-8789-dd5450dbe970
* Fix spacing in configure --help for the krb4 optionsEzra Peisach1995-04-291-3/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5661 dc483132-0cff-0310-8789-dd5450dbe970
* Fix aclocal.m4 with --with-krb4 has a value. KDB4_LIB is now $withval/Paul Park1995-04-281-1/+1
| | | | | | lib/libkdb4.a. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5625 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end upMark Eichin1995-04-281-0/+1
| | | | | | needing it. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5614 dc483132-0cff-0310-8789-dd5450dbe970
* really fix the quoting. $() is not an sh construct, only a make construct.Mark Eichin1995-04-281-3/+3
| | | | | | "I don't think that syntax means what you think it does" -- I. Montoya git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5600 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_KRB4): fix quoting in pathname caseMark Eichin1995-04-281-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5598 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (WITH_KRB4): make --with-krb4 the default, and haveMark Eichin1995-04-271-7/+27
| | | | | | | it use the included krb4 directories. If a pathname is given, use them instead. To disable krb4 support, use --without-krb4. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5555 dc483132-0cff-0310-8789-dd5450dbe970
* get HAS_ANSI_VOLATILE rightMark Eichin1995-04-261-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5498 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (HAS_ANSI_VOLATILE): define it here for kdc andMark Eichin1995-04-261-0/+14
| | | | | | kadmin.old to use. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5497 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (.ct.c): use $(RM) instead of plain rmMark Eichin1995-04-201-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5408 dc483132-0cff-0310-8789-dd5450dbe970
* If there is an error while making in a subdirectory, abort the make inTheodore Tso1995-04-181-1/+1
| | | | | | | the parent directory. This makes it more obvious when we have a problem in the tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5363 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4 (MAKE_SUBDIRS, _MAKE_SUBDIRS): Creatre new macroTheodore Tso1995-04-141-2/+4
| | | | | | | | | | _MAKE_SUBDIRS which works like MAKE_SUBDIRS except that it is possible for the target name in the parent Makefile and the target name which should be built in each of the subdirectories can be different. MAKE_SUBDIRS is now a special case of _MAKE_SUBDIRS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5357 dc483132-0cff-0310-8789-dd5450dbe970
* Use the local autoconf when rebuilding the configure scriptTheodore Tso1995-04-011-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5335 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CHECK_STDARG): Remove; we're just using AC_HEADER_CHECK.John Gilmore1995-03-191-7/+6
| | | | | | | | (V5_AC_OUTPUT_MAKEFILE): Reorder the Makefile output so that it can be run through `sed' for the Macintosh. * acconfig.h: Remove STDARG_PROTOTYPES. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5174 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referencedMark Eichin1995-03-081-36/+0
| | | | | | | | | | | anywhere in the tree. (ISODE_INCLUDE, ISODE_DEFS): removed along with remaining references in the tree. --enable-isode is dead. * configure.in (most directories): removed last remaining ISODE_INCLUDE and ISODE_DEFS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5082 dc483132-0cff-0310-8789-dd5450dbe970
* acconfig.h: Add HAS_LABS defintiionTheodore Tso1995-03-011-1/+1
| | | | | | | aclocal.m4 (KRB_INCLUDE): Add $(SRCTOP)/include/krb5 so that it builds when the build tree != the source tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5044 dc483132-0cff-0310-8789-dd5450dbe970
* Folded in Ezra's changes to support --with-netlib, for support of theTheodore Tso1995-03-011-1/+18
| | | | | | SGI's (and other broken SysV OS's). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5037 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (ADD_DEF): Add -I...include/krb5 so we won't needJohn Gilmore1995-02-281-1/+1
| | | | | | | pathnames to Kerberos include files in any of the #include lines in the source tree. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5005 dc483132-0cff-0310-8789-dd5450dbe970
* Add a new configure production which allows a special linker to beTheodore Tso1995-02-221-0/+12
| | | | | | specified. Useful for running programs like Purify, etc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4966 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (V5_AC_OUTPUT_MAKEFILE): delete pre.out,Mark Eichin1995-02-041-1/+1
| | | | | | | | | Makefile.out, and post.out immediately after using them, for cleanliness' sake. tested. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4911 dc483132-0cff-0310-8789-dd5450dbe970
* Remove BITS16, BITS32, BITS64, etc. from acconfig.hTheodore Tso1995-02-031-4/+1
| | | | | | Remove ISODE references from configure and aclocal.m4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4896 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4Richard Basch1994-12-301-4/+8
| | | | | | CHECK_UTMP needs to #include <sys/types.h> for its tests git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4781 dc483132-0cff-0310-8789-dd5450dbe970
* Combined KRB5_UTPID, KRB5_UTTYPE, and KRB5_UTHOST into CHECK_UTMP macro.Richard Basch1994-12-271-22/+7
| | | | | | Files affected: aclocal.m4, kadmin/kpasswd/configure.in, appl/bsd/configure.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4753 dc483132-0cff-0310-8789-dd5450dbe970
* aclocal.m4, configure.in: Add appropriate help text for the --with-*Theodore Tso1994-11-301-8/+16
| | | | | | | | | 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
* * aclocal.m4 (CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP,Mark Eichin1994-11-181-10/+10
| | | | | | | | | | KRB5_UTPID, KRB5_UTTYPE, KRB5_UTHOST, KRB5_UTEXIT): use AC_TRY_COMPILE instead of AC_TRY_LINK. (CHECK_FCNTL): check for 1+O_RDONLY so we aren't fooled into declaring it as a local variable. (DECLARE_SYS_ERRLIST): same thing for 1+sys_nerr. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4695 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CopySrcHeader): add clean rule (from epeisach)Mark Eichin1994-11-181-34/+164
| | | | | | | | | | | | | | | | | | | | | | | | | [from 0928] * aclocal.m4 (CONFIG_RULES): handle pre.in, post.in, and pass the rest of the arguments that autoconf needs. (from epeisach.) [from 0952] * aclocal.m4 (ET_RULES): don't define SRCTOP, pre.in already takes care of it. (from epeisach.) [from 0953] (DECLARE_SYS_ERRLIST, CHECK_SIGPROCMASK, CHECK_FCNTL, CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP, HAVE_YYLINENO): add caching. [from 0956] (WITH_KRB5ROOT, WITH_KRB4, WITH_CC, WITH_CCOPTS, WITH_CPPOPTS): use AC_MSG_RESULT instead of echo. [from 0958] (KRB5_UTPID, KRB5_UTTYPE, KRB5_UTHOST, KRB5_UTEXT): new functions for appl/bsd and kpasswd common utmp code. [from 0959] (KRB5_POSIX_LOCKS): new functions for include/krb5 and appl/popper common code. [from 0961] git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4676 dc483132-0cff-0310-8789-dd5450dbe970
* Added checks POSIX setjmp handling and POSIX signal handlingTheodore Tso1994-11-081-0/+18
| | | | | | (CHECK_SETJMP, CHECK_SIGNALS) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4631 dc483132-0cff-0310-8789-dd5450dbe970
* Don't recursively pass the CPPOPTS makefile variable down to subdirectoriesTheodore Tso1994-11-031-2/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4619 dc483132-0cff-0310-8789-dd5450dbe970
* Add support for a new "--with-cppopts" value where you can put -DXXXXXTheodore Tso1994-11-031-1/+13
| | | | | | | 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@4615 dc483132-0cff-0310-8789-dd5450dbe970
* Conversion of autoconfigury to Autoconf V2Mark Eichin1994-10-261-211/+132
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4576 dc483132-0cff-0310-8789-dd5450dbe970
* Remove header file from include directory when doing a make cleanTheodore Tso1994-10-241-0/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4552 dc483132-0cff-0310-8789-dd5450dbe970
* Make sure we do our feature tests using the CC options specified usingTheodore Tso1994-10-121-1/+2
| | | | | | CC_OPTS. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4494 dc483132-0cff-0310-8789-dd5450dbe970
* If using ISODE we need to add -DKRB5_USE_ISODE to $DEFS, not KRB5_USE_ISODE!Theodore Tso1994-10-081-1/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4488 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CONFIG_RULES): set SHELL=/bin/sh explicitly, as perMark Eichin1994-09-301-0/+2
| | | | | | | GCS and to deal with SGI and OSF makes. This should cover all Makefiles. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4413 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: fixed up Krb5InstallHeaders to use INSTALL_DATATom Yu1994-08-041-1/+1
| | | | | | | properly * Makefile.in: fix mkdir breakage for install target git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4041 dc483132-0cff-0310-8789-dd5450dbe970
* more make install fixesTom Yu1994-07-201-0/+69
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4004 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: cleaning up stuff to not echo things like "ifTom Yu1994-07-121-11/+9
| | | | | | foo..." git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3964 dc483132-0cff-0310-8789-dd5450dbe970
* mostly changes to prevent spewage of ignored errorsTom Yu1994-07-031-8/+9
| | | | | | Maybe clean this up more later git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3950 dc483132-0cff-0310-8789-dd5450dbe970
* WITH_CC, EXTRA_RULES_INMark Eichin1994-07-011-6/+19
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3938 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: fixes for dealing with new version of autoconf, inTom Yu1994-07-011-8/+7
| | | | | | particular quoting and BUILDTOP git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3935 dc483132-0cff-0310-8789-dd5450dbe970
* fixing bug in recursion arg quoterTom Yu1994-06-291-6/+3
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3926 dc483132-0cff-0310-8789-dd5450dbe970
* folding in Harry's changesTom Yu1994-06-291-2/+10
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3924 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4: fixes to do sane quoting of arguments beforeTom Yu1994-06-271-10/+19
| | | | | | | recursing. This allows options to be set with values containing whitespace, for instance. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3919 dc483132-0cff-0310-8789-dd5450dbe970
* make --with-cc notice environment $CCMark Eichin1994-06-241-2/+2
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3906 dc483132-0cff-0310-8789-dd5450dbe970
* * aclocal.m4 (CONFIG_RULES): make --with-cc= dtrt and default toTom Yu1994-06-231-0/+5
| | | | | | CC=cc git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3903 dc483132-0cff-0310-8789-dd5450dbe970
* add AC_SUBST(CC) to CONFIG_RULESMark Eichin1994-06-221-0/+1
| | | | git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3891 dc483132-0cff-0310-8789-dd5450dbe970