diff options
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/ChangeLog | 4 | ||||
-rwxr-xr-x | winsup/configure | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/ChangeLog b/winsup/ChangeLog index da56fc4dd..3e1000672 100644 --- a/winsup/ChangeLog +++ b/winsup/ChangeLog @@ -1,3 +1,7 @@ +2001-10-26 Corinna Vinschen <corinna@vinschen.de> + + * configure: Regenerate, removing erroneous SUBDIRS substitution. + 2001-10-24 Christopher Faylor <cgf@redhat.com> * Makefile.in: Only build testsuite directory on first 'make check'. diff --git a/winsup/configure b/winsup/configure index f7bd35077..3f067712b 100755 --- a/winsup/configure +++ b/winsup/configure @@ -1121,7 +1121,7 @@ s%@CC@%$CC%g s%@CXX@%$CXX%g s%@subdirs@%$subdirs%g s%@SET_MAKE@%$SET_MAKE%g -s%@SUBDIRS testsuite@%$SUBDIRS testsuite%g +s%@SUBDIRS@%$SUBDIRS%g CEOF EOF |