summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Remove plat- prefix from MACHDEP macro;Guido van Rossum1997-09-281-3/+3
* Prefix MACHDEP directory with 'plat-'.Guido van Rossum1997-09-081-3/+3
* Subtle changes to the AIX shared library things to make them workGuido van Rossum1997-08-291-2/+2
* Added configuration tests for presence of alarm(), pause(), and getpwent()Guido van Rossum1997-08-221-3/+3
* Richard Jones: I think we can be confident in using 'CC="-AaGuido van Rossum1997-08-211-0/+7
* Moved inclusion of PURIFY in LINKCC to configureGuido van Rossum1997-08-181-2/+2
* Fix LINKCC for AIXGuido van Rossum1997-08-181-1/+1
* typo in next configGuido van Rossum1997-08-161-1/+1
* New version of Vladimir Marangozov's AIX hacks -- simpler etc.Guido van Rossum1997-08-061-0/+15
* Got rid of --with-readline, at last.Guido van Rossum1997-08-051-59/+4
* Set $VERSION here (fixed to 1.5).Guido van Rossum1997-07-191-2/+4
* Set OPT to -g -O2 (or -O2 when -g not supported) when using gcc.Guido van Rossum1997-07-181-1/+7
* Added check whether malloc(0) returns NULL or not.Guido van Rossum1997-07-101-0/+26
* Use TRY_RUN, not TRY_COMPILE, to test for -Olimit (on Solaris,Guido van Rossum1997-05-301-4/+4
* DG/UX specific test for threads.Guido van Rossum1997-05-221-1/+6
* Add kill, execv, fork to tested functions.Guido van Rossum1997-05-221-2/+2
* Add -Olimit 1500 to OPT if CC supports it.Guido van Rossum1997-05-141-0/+13
* Added $(srcdir)/ prefix to python.exp for AIX.Guido van Rossum1997-05-131-1/+1
* Added --with-fpectl. Change checks for -lm, -lc.Guido van Rossum1997-05-091-4/+25
* Get rid of the "-n32" options for SGI IRIX 6.x. Instead, substituteGuido van Rossum1997-04-291-3/+3
* Added test for pthread.h.Guido van Rossum1997-04-291-4/+7
* Fix typo (missing $ in )Guido van Rossum1997-03-201-1/+1
* Add --with-dec-threads, for DEL Alpha, which requires -threads as theGuido van Rossum1997-01-221-6/+19
* Let --with-threads be an alias for --with-thread.Guido van Rossum1997-01-211-0/+6
* Rewritten the readline test, hopefully it's okay now.Guido van Rossum1996-12-311-31/+60
* Added -lld to AIX LINKFORSHARED. Monty Stein.Guido van Rossum1996-12-101-1/+1
* Test for sys/file.h.Guido van Rossum1996-12-061-2/+6
* Shortened some linesGuido van Rossum1996-09-101-3/+3
* Changes for NeXT by LeleGuido van Rossum1996-09-091-32/+39
* Fixed nextstep buglet; check for libreadline w/o libterm*Guido van Rossum1996-09-091-14/+24
* More thorough test for working <stdarg.h>.Guido van Rossum1996-08-301-2/+9
* Added checks for strdup and changed checks for hypot.Guido van Rossum1996-08-301-2/+3
* Several refinements:Guido van Rossum1996-08-191-7/+24
* Put definition of _REENTRANT in config.hGuido van Rossum1996-08-011-0/+1
* Changes for AIX; also remove all references to _REENTRANT.Guido van Rossum1996-07-311-3/+7
* Three changes:Guido van Rossum1996-07-311-6/+12
* Changes for NeXT. Some improvements to long lines.Guido van Rossum1996-07-301-25/+63
* Added putenv to AC_CHECK_FUNCS list.Guido van Rossum1996-07-241-1/+1
* Use gcc, not gcc-elf on LinuxGuido van Rossum1996-07-211-1/+1
* added plockGuido van Rossum1996-06-281-2/+2
* Split some long lines (headers, functions).Guido van Rossum1996-06-261-16/+26
* Some more header files and symbols.Guido van Rossum1996-05-281-3/+12
* fix several bugs in tr argument listsGuido van Rossum1995-09-191-3/+3
* on osf/1, never use gcc; added test for strftime()Guido van Rossum1995-09-131-2/+7
* improve ac_sys_system/release, add ac_syts_cpuGuido van Rossum1995-08-281-2/+5
* linux elf shlib; sys/wait.h; don't add -posix for NeXTGuido van Rossum1995-06-141-14/+6
* added test for CC value not matching cacheGuido van Rossum1995-03-091-0/+7
* the usualGuido van Rossum1995-02-131-2/+6
* add OSF/1 LDSHARED; add IRIX5 conditional for socketsGuido van Rossum1995-01-261-0/+10
* modernize all tests to use cache and report outcomeGuido van Rossum1995-01-201-34/+67