summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2005-08-17Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros.Wayne Davison1-27/+27
2005-08-17Removed superfluous main() from AC_TRY_COMPILE.Wayne Davison1-3/+1
2005-08-16Added --enable-/disable-multibyte support, with the default being toWayne Davison1-0/+31
check for multibyte support and define ZLE_UNICODE_SUPPORT accordingly.
2005-08-01unposted: Perforce "attribute" commandPeter Stephenson1-30/+54
21551: FEATURES description for file<20-> 21546: oddities of subscripts when searching arrays 21544: ioctl() prototyping
2005-07-2621529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.Clint Adams1-4/+4
2005-07-2021498: Add zsh/newuser modulePeter Stephenson1-0/+24
2005-05-3121290: configure.ac: don't need backslash quoting within single-quote areas.Geoff Wing1-3/+3
Change constant RE boundary characters to slash (instead of tuples). This was exposed with autoconf 2.59c preferring ksh (pdksh 5.2.14p2 in NetBSD) over bash. It did, however, work with ksh93 and bash.
2005-05-11Joerg Sonnenberger: 21252: Dragonfly BSD supportOliver Kiddle1-1/+1
2005-04-0821107: fix for when there is a native iconv but iconv.h is from GNU libiconvOliver Kiddle1-0/+5
2005-04-04Toby Peterson: 21083: RLIMIT_AS and RLIMIT_RSS are the same in Mac OX XPeter Stephenson1-0/+27
ut_name needs to be ut_user in struct utmpx
2005-03-1420886: configure.ac: SIGTTOU -> TTOUPeter Stephenson1-2/+2
2005-02-2420862: attempt to fix configure scripts to detect iconv properlyOliver Kiddle1-6/+38
2005-02-1420811: Use the cpp trick to find the file with resource namesPeter Stephenson1-7/+20
2005-02-04Generated PDF from zsh.texi using pdfetexPeter Stephenson1-0/+1
2005-02-04Motoi Washida: libiconv test needed on Mac OS XPeter Stephenson1-4/+5
2005-02-0120759, 20760, 20765: Improve Cygwin configurationPeter Stephenson1-2/+8
2005-01-27users/8433: fix hang in configure on latest CygwinPeter Stephenson1-2/+6
2005-01-1920728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson1-0/+2
also use ulimit -x for RLIMIT_LOCK
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-1/+1
unposted: update version to 4.2.3-dev-1
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson1-0/+26
2004-10-0720462: Use getrusage for timing again.Peter Stephenson1-1/+1
Time processes from before rather than after fork.
2004-07-3020222: turn on max function depthPeter Stephenson1-3/+5
plus unposted reference to this in README plus unposted neatening of 20219 history-pattern-search
2004-06-0820025: --with-tcsetpgrp from Philippe TroinPeter Stephenson1-9/+38
2004-04-06Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson1-2/+4
2004-03-2419674, modified: support for non-standard ports in zftp.Peter Stephenson1-1/+2
2004-03-1419619: fix problem with getting signals on MacOS X 10.1Oliver Kiddle1-1/+6
2004-03-1219616: use correct linker options for shared libs with gcc on HP/UXOliver Kiddle1-2/+5
2004-03-0419535: Add --enable-capPeter Stephenson1-2/+12
2004-03-03Added an AC_CONFIG_COMMANDS() macro to generate stamp-h.Wayne Davison1-0/+1
2004-03-0119512: --enable-pcre optionPeter Stephenson1-0/+9
2004-02-2719478: pcre configuration problemPeter Stephenson1-1/+5
2004-02-2619460: Another go at fixing the terminfo configuration problemPeter Stephenson1-4/+2
2004-02-2019456: Fix ptmx tests, again.Peter Stephenson1-4/+30
2004-02-1819437: don't rely on path search to find config.modules.shOliver Kiddle1-1/+1
2004-02-1719429: configure test for ptmxPeter Stephenson1-2/+22
2004-02-1719428: Fix test for #include'ing STREAMS headersPeter Stephenson1-2/+11
2004-02-1419420: Update configure.ac for better Autconf 2.50 support.Peter Stephenson1-55/+264
2004-01-0819338 etc.: remove support for autoconf before 2.50Peter Stephenson1-1/+2142
2001-06-0614760: do not use version number in AC_INITAndrey Borzenkov1-2/+1
2001-06-06unposted; based on 14679 (me) and 14693 (Bart): Allow processing by bothAndrey Borzenkov1-0/+7
autoconf-2.13 and autoconf-2.50; remove config.status hack for autoconf-2.50