final tidyings

(Logical change 1.101)
edge.strict_endians
cantab.net!aia21 2003-01-18 15:54:32 +00:00
parent 2845e1a538
commit 2208c7cc62
4 changed files with 13 additions and 13 deletions

View File

@ -9,13 +9,13 @@ endif
SUBDIRS = doc include libntfs ntfsprogs
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
INSTALL NEWS README autogen.sh linux-ntfs.spec.in \
INSTALL NEWS README autogen.sh ntfsprogs.spec.in \
TODO.ntfsprogs
AUTOMAKE_OPTIONS = gnu
dist-hook: linux-ntfs.spec
cp linux-ntfs.spec $(distdir)
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck

View File

@ -94,7 +94,7 @@ all_libraries = @all_libraries@
SUBDIRS = doc include libntfs ntfsprogs
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.libntfs ChangeLog \
INSTALL NEWS README autogen.sh linux-ntfs.spec.in \
INSTALL NEWS README autogen.sh ntfsprogs.spec.in \
TODO.ntfsprogs
@ -102,11 +102,11 @@ AUTOMAKE_OPTIONS = gnu
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = linux-ntfs.spec
CONFIG_CLEAN_FILES = ntfsprogs.spec
DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
Makefile.am Makefile.in NEWS acconfig.h aclocal.m4 config.guess \
config.h.in config.sub configure configure.in install-sh \
linux-ntfs.spec.in ltconfig ltmain.sh missing mkinstalldirs
config.h.in config.sub configure configure.in install-sh ltconfig \
ltmain.sh missing mkinstalldirs ntfsprogs.spec.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
@ -157,7 +157,7 @@ distclean-hdr:
-rm -f config.h
maintainer-clean-hdr:
linux-ntfs.spec: $(top_builddir)/config.status linux-ntfs.spec.in
ntfsprogs.spec: $(top_builddir)/config.status ntfsprogs.spec.in
cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
# This directory's subdirectories are mostly independent; you can cd
@ -388,8 +388,8 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
dist-hook: linux-ntfs.spec
cp linux-ntfs.spec $(distdir)
dist-hook: ntfsprogs.spec
cp ntfsprogs.spec $(distdir)
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck

4
configure vendored
View File

@ -6332,7 +6332,7 @@ trap 'rm -fr `echo "
ntfsprogs/ntfsprogs.8
ntfsprogs/ntfsresize.8
ntfsprogs/ntfsundelete.8
linux-ntfs.spec
ntfsprogs.spec
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
EOF
cat >> $CONFIG_STATUS <<EOF
@ -6466,7 +6466,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile
ntfsprogs/ntfsprogs.8
ntfsprogs/ntfsresize.8
ntfsprogs/ntfsundelete.8
linux-ntfs.spec
ntfsprogs.spec
"}
EOF
cat >> $CONFIG_STATUS <<\EOF

View File

@ -136,6 +136,6 @@ AC_OUTPUT([
ntfsprogs/ntfsprogs.8
ntfsprogs/ntfsresize.8
ntfsprogs/ntfsundelete.8
linux-ntfs.spec
ntfsprogs.spec
])