winsup/ChangeLog:
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. * configure.cygwin: Default to '.' if can't find a winsup directory. winsup/cygserver/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/cygwin/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate. winsup/utils/ChangeLog: 2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx> * configure.ac: Detect windows headers/libs after we've figured out the C compiler. * configure: Regenerate. * aclocal.m4: Regenerate.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2013-11-06 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||
|
||||
* Makefile.in: Fix problems accessing xidepend when configured with a
|
||||
(discouraged) relative path to source directory.
|
||||
|
||||
2013-08-23 Christopher Faylor <me.cygwin2013@cgf.cx>
|
||||
|
||||
* new-features.xml (ov-new1.7.25): Change wording.
|
||||
|
@@ -16,7 +16,6 @@ DBXDIRS = -d $(srcdir) -d $(srcdir)/../utils -d $(srcdir)/../cygwin
|
||||
|
||||
CC:=@CC@
|
||||
CC_FOR_TARGET:=@CC@
|
||||
exeext:=@build_exeext@
|
||||
|
||||
XMLTO:=xmlto --skip-validation --with-dblatex
|
||||
|
||||
@@ -89,8 +88,6 @@ cygwin-docs.tar.bz2 : $(TBFILES) $(TBDEPS)
|
||||
find $(TBFILES) $(TBDIRS) \! -type d | sort | tar -T - -cf - | bzip2 > cygwin-docs.tar.bz2
|
||||
|
||||
Makefile.dep: cygwin-ug-net.xml
|
||||
builddir=`pwd` \
|
||||
&& cd $(srcdir) \
|
||||
&& $(srcdir)/xidepend $^ > "$${builddir}/$@"
|
||||
cd $(srcdir) && ./xidepend $^ > "${CURDIR}/$@"
|
||||
|
||||
-include Makefile.dep
|
||||
|
Reference in New Issue
Block a user