summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/configure
Commit message (Collapse)AuthorAgeFilesLines
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-071-5028/+0
| | | | * w32api: Ditto.
* * include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR_VERSION,Earnie Boyd2012-07-301-1/+1
| | | | | | | __MINGW_MINOR_VERSION and __MINGW_PATCHLEVEL deprecating the __MINGW32_* versions of the macros. * configure.in: Use __MINGW_VERSION instead of __MINGW32_VERSION. * configure: Ditto.
* Convert to monolithic configuration procedure.Keith Marshall2009-07-271-209/+27
|
* * Makefile.in: Use a different method to invoke gcc in a cygwin-hostedChristopher Faylor2008-10-121-1839/+2696
| | | | | | | | | | | | environment. * mingwex/Makefile.in: Ditto. * profile/Makefile.in: Ditto. * configure.in: Record mingw front-end for building under Cygwin. * mingwex/configure.in: Ditto. * profile/configure.in: Ditto. * configure: Regenerate. * mingwex/configure: Ditto. * profile/configure: Ditto.
* Improve package identification in configure script.Keith Marshall2008-10-031-14/+16
|
* Lay foundations for new printf() function family implementation.Keith Marshall2008-07-281-1/+165
|
* Add --enable-mingw-manpage-transform configure option.Keith Marshall2007-03-201-1/+23
|
* configure.in: Update to autoconf 2.5x syntax; fix macro argument quoting;Keith Marshall2006-11-251-661/+36
| | | | remove invalid use of AC_ALLOCA; remove redundant use of AC_SUBST.
* * aclocal.m4 (LIB_AC_PROG_CC, LIB_AC_PROG_CC_GNU, LIB_AC_PROG_CXX):Keith Marshall2006-09-101-87/+3
| | | | | | | | | Redundant macros; deleted. * configure.in (LIB_AC_PROG_CC): Replaced by... (AC_PROG_CC): ...this. * configure: Regenerated.
* * Makefile.in: Add with_cross_host to allow more granular checks.Corinna Vinschen2006-08-301-127/+182
| | | | | | | | | | Set installation directories accordingly. Override CC setting only if building a Cygwin target. * aclocal.m4: Regenerate. * configure.in: Move AC_CANONICAL_SYSTEM check up. Add GCC_NO_EXECUTABLES. Substitute with_cross_host in depending files. Test AC_ALLOCA only if building on a native system. * configure: Regenerate.
* * configure.in (AC_CONFIG_AUX_DIR): Remove.Danny Smith2006-06-181-45/+54
| | | | * configure: Regenerate.
* 2006-06-18 Chris Sutcliffe <ir0n3h4d@users.sourceforge.net>Chris Sutcliffe2006-06-181-1/+1
| | | | * configure: add srcdir as a possible location for install-sh.
* update to newer autoconfChristopher Faylor2006-05-241-1257/+3904
|
* * configure: RegenerateEarnie Boyd2003-05-061-1/+1
|
* Oops. Add ending quotes to CFLAGS value.Earnie Boyd2003-05-061-2/+2
|
* * configure.in (CFLAGS): Remove -D__USE_CRTIMP=1 due to possibilitesEarnie Boyd2003-05-061-2/+2
| | | | | | | | | | | | | | | | | | of multiply defined symbols if the symbols is defined locally. E.G.: A local definition of malloc causes this problem. * configure: Regenerate. * profile/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. (gcrt0.o gcrt1.o gcrt2.o): Use ALL_CFLAGS instead of CFLAGS. Thanks to Jeff Bonggren <jbon@users.sf.net>. * profile/configure.in (W32API_INCLUDE): Set default value. * profile/configure: Regenerate. * mingwex/Makefile.in (W32API_INCLUDE): New variable. (ALL_CFLAGS): Use W32API-INCLUDE value. (ALL_CXXFLAGS): Ditto. * mingwex/configure.in (W32API_INCLUDE): Set default value. * mingwex/configure: Regenerate.
* * Makefile.in (W32API_INCLUDE): New variable.Earnie Boyd2003-05-051-3/+7
| | | | | | | | (ALL_CFLAGS): Include W32API_INCLUDE value. (ALL_CXXFLAGS): Ditto. * configure.in (CFLAGS): Add -D__USE_CRTIMP=1 to default values. (W32API_INCLUDE): Set default value. * configure: Regenerate.
* * configure.in (LIBM_A): Define for cygwin target.Earnie Boyd2003-04-111-1/+1
| | | | * configure (LIBM_A): Ditto.
* * include/_mingw.h: Increment version to 2.0.Danny Smith2002-06-131-12/+5
| | | | | * Makefile.in: Ditto. Merge in mingwex branch.
* * Makefile.in: eliminate the need for RUNTIME and CRT_ID.Earnie Boyd2000-11-291-23/+11
| | | | | | | | | | | Always build crt1.o, dllcrt1.o, crt2.o and dllcrt2.o. Create a libcoldname.a for the oldname library for CRTDLL. Restrict libmoldname.a for the oldname library for MSVCRT. * configure.in: eliminate setting RUNTIME and CRT_ID variables. Restructure the $target_os case logic. Always name the MinGW thread dll helper mingwm. Change Cygwin's HEADER_SUBDIR value from mingw32 to mingw. * configure: regenerate.
* * Makefile.in: Add missing line continuation `\' for $(SUBDIRS) target.Earnie Boyd2000-11-221-63/+52
| | | | | | | | | | | | | | | | | Add variables and targets to control binary and source distributions. Add variables and targets to control snapshot distribution. * profile/gmon.h: Add missing #endif for #ifndef. * profile/ChangeLog: Merge entries here and remove. * profile/Makefile.in: Add variables and targets to control distribution. * README: Add. * TODO: ditto. * config.guess: ditto. * config.sub: ditto. * mkinstalldirs: ditto. * install-sh: ditto. * configure: regenerate. * profile/configure: ditto.
* Revert.Christopher Faylor2000-06-181-9/+1
|
* * Makefile.in (subdirs): Eliminate for loop.Christopher Faylor2000-06-181-1/+9
|
* * Makefile.in: Avoid installing dll if we're cross building and the cross-hostChristopher Faylor2000-06-171-39/+48
| | | | system isn't a Windows system.
* * configure.in: Change HEADER_SUBDIR to mingw32.Christopher Faylor2000-04-191-53/+64
| | | | * configure: Regenerate.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+2169