Fixety fix - Federico

This commit is contained in:
Miguel de Icaza 1999-07-04 10:21:43 +00:00
parent dd93c76913
commit a87e7cbff9
4 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-07-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
* Makefile.in (DISTMAIN): Added config.guess and config.sub to the
list of distributed files.
1999-07-03 Federico Mena Quintero <federico@nuclecu.unam.mx>
* configure.in (VERSION): Bumped version number to 4.5.34.

View File

@ -19,7 +19,8 @@ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
config.h.in mc-aclocal.m4 aclocal.m4 acconfig.h \
VERSION mcfn_install.in Make.common.in README.PC \
mc.spec mc.spec.in Specfile README.QNX VERSION.in \
mkinstalldirs autogen.sh ABOUT-NLS gettext.m4
mkinstalldirs autogen.sh ABOUT-NLS gettext.m4 \
config.guess config.sub
all:
@for dir in @INTLSUB@ ${codedirs} @POSUB@; do \

View File

@ -5,6 +5,7 @@
plain wildcards will not work right.
(SAMBA_DIST_TOPLEVEL): Added configure to the list of distributed
files.
Added smbfs.[ch] to the list of sources.
1999-07-02 Tuomas J. Lukka <lukka@iki.fi>

View File

@ -184,6 +184,7 @@ VFSSRCS = \
sfs.c \
shared_tar_ext.c \
shared_ftp_fish.c \
smbfs.c \
tar.c \
tcputil.c \
undelfs.c \
@ -198,6 +199,7 @@ VFSHDRS = \
ftpfs.h \
mcfs.h \
names.h \
smbfs.h \
tar.h \
tcputil.h \
utilvfs.h \