* Makefile.in: Add aclocal.m4:to source release.

* mingwex/Makefile.in: Ditto.
	* profile/Makefile.in: Ditto.
This commit is contained in:
Danny Smith 2006-11-21 09:30:15 +00:00
parent a44ecdf5ae
commit 5f2d9e5fac
4 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,9 @@
2006-11-21 Danny Smith <dannysmith@users.sourceforge.net>
* Makefile.in: Add aclocal.m4:to source release.
* mingwex/Makefile.in: Ditto.
* profile/Makefile.in: Ditto.
2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> 2006-11-18 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
* Include/_mingw.h: Increment version to 3.11. * Include/_mingw.h: Increment version to 3.11.

View File

@ -190,14 +190,14 @@ INSTDOCS = CONTRIBUTORS \
SRCDIST_FILES = CRT_noglob.c CRTfmode.c CRTglob.c CRTinit.c ChangeLog \ SRCDIST_FILES = CRT_noglob.c CRTfmode.c CRTglob.c CRTinit.c ChangeLog \
Makefile.in README TODO config.guess config.sub configure configure.in \ Makefile.in README TODO config.guess config.sub configure configure.in \
crt1.c crtdll.def crtmt.c crtst.c dllcrt1.c dllmain.c \ aclocal.m4 crt1.c crtdll.def crtmt.c crtst.c dllcrt1.c dllmain.c \
gccmain.c init.c install-sh jamfile main.c mkinstalldirs \ gccmain.c init.c install-sh jamfile main.c mkinstalldirs \
moldname.def.in msvcrt.def.in \ moldname.def.in msvcrt.def.in \
mthr.c mthr_init.c mthr_stub.c readme.txt \ mthr.c mthr_init.c mthr_stub.c readme.txt \
isascii.c iscsym.c iscsymf.c toascii.c \ isascii.c iscsym.c iscsymf.c toascii.c \
strcasecmp.c strncasecmp.c wcscmpi.c \ strcasecmp.c strncasecmp.c wcscmpi.c \
CRT_fp8.c CRT_fp10.c test_headers.c txtmode.c binmode.c pseudo-reloc.c \ CRT_fp8.c CRT_fp10.c test_headers.c txtmode.c binmode.c pseudo-reloc.c \
pseudo-reloc-list.c cpu_features.c cpu_features.h\ pseudo-reloc-list.c cpu_features.c cpu_features.h \
DISCLAIMER CONTRIBUTORS DISCLAIMER CONTRIBUTORS

View File

@ -25,7 +25,7 @@ INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
DISTFILES = Makefile.in configure configure.in \ DISTFILES = Makefile.in configure configure.in aclocal.m4 \
_Exit.c atoll.c dirent.c feclearexcept.c fegetenv.c \ _Exit.c atoll.c dirent.c feclearexcept.c fegetenv.c \
fegetexceptflag.c fegetround.c feholdexcept.c feraiseexcept.c \ fegetexceptflag.c fegetround.c feholdexcept.c feraiseexcept.c \
fesetenv.c fesetexceptflag.c fesetround.c fetestexcept.c \ fesetenv.c fesetexceptflag.c fesetround.c fetestexcept.c \

View File

@ -25,8 +25,8 @@ INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@ INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_PROGRAM = @INSTALL_PROGRAM@
mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
DISTFILES = Makefile.in configure configure.in gcrt0.c gmon.c gmon.h mcount.c \ DISTFILES = Makefile.in configure configure.in aclocal.m4 gcrt0.c gmon.c gmon.h \
profil.c profil.h profile.h CYGWIN_LICENSE COPYING mcount.c profil.c profil.h profile.h CYGWIN_LICENSE COPYING
CC = @CC@ CC = @CC@
# FIXME: Which is it, CC or CC_FOR_TARGET? # FIXME: Which is it, CC or CC_FOR_TARGET?