Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
commit7f1ab7acf62d9053f8531d33ba6dd7ab15cab725
authorFrancois Gouget <fgouget@codeweavers.com>
Mon, 13 Nov 2000 04:13:22 +0000 (13 04:13 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Nov 2000 04:13:22 +0000 (13 04:13 +0000)
treebc3a973592a38030d5ce67c479b849c789b783d8
parent693c531f94ff9dc1367573ba52da7c041c482e09
Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
Added AC_PATH_HEADER and AC_PATH_LIBRARY
Better header/library detection. Now works if things are already in
the include/library path
Look for the wine/MFC headers and libraries in more places so that it
works out of the box if Wine/MFC is installed in a standard place
(although there is not really a standard place yet for the MFC)
Renamed the '--with-xxx' options to have simpler more natural names
Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
tools/winemaker