OSDN Git Service

* Makefile.in: Add aclocal.m4:to source release.
authordannysmith <dannysmith>
Tue, 21 Nov 2006 09:30:13 +0000 (09:30 +0000)
committerdannysmith <dannysmith>
Tue, 21 Nov 2006 09:30:13 +0000 (09:30 +0000)
* mingwex/Makefile.in: Ditto.
* profile/Makefile.in: Ditto.

winsup/mingw/ChangeLog
winsup/mingw/Makefile.in
winsup/mingw/mingwex/Makefile.in
winsup/mingw/profile/Makefile.in

index bc69bd8..7e1470c 100644 (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>
 
        * Include/_mingw.h: Increment version to 3.11.
index c931fb6..41c8ee9 100644 (file)
@@ -190,14 +190,14 @@ INSTDOCS = CONTRIBUTORS \
 
 SRCDIST_FILES = CRT_noglob.c CRTfmode.c CRTglob.c CRTinit.c ChangeLog \
 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 \
 moldname.def.in msvcrt.def.in \
 mthr.c mthr_init.c mthr_stub.c readme.txt \
 isascii.c iscsym.c iscsymf.c toascii.c \
 strcasecmp.c strncasecmp.c wcscmpi.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
 
 
index dba4431..8775c32 100644 (file)
@@ -25,7 +25,7 @@ INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 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 \
        fegetexceptflag.c fegetround.c feholdexcept.c feraiseexcept.c \
        fesetenv.c fesetexceptflag.c fesetround.c fetestexcept.c \
index 97508c2..5afe58a 100644 (file)
@@ -25,8 +25,8 @@ INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
 mkinstalldirs = $(SHELL) $(srcdir)/../mkinstalldirs
-DISTFILES = Makefile.in configure configure.in gcrt0.c gmon.c gmon.h mcount.c \
-profil.c profil.h profile.h CYGWIN_LICENSE COPYING
+DISTFILES = Makefile.in configure configure.in aclocal.m4 gcrt0.c gmon.c gmon.h \
+mcount.c profil.c profil.h profile.h CYGWIN_LICENSE COPYING
 
 CC = @CC@
 # FIXME: Which is it, CC or CC_FOR_TARGET?