Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv17684
Modified Files:
Makefile.am config.log
Removed Files:
libtool stamp-h
Log Message:
make dist fixes using more Makefiles.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 2001/02/02 00:16:18 1.1
--- Makefile.am 2001/02/02 01:28:46 1.2
***************
*** 1,3 ****
! SUBDIRS = libntfs ntfstools
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
--- 1,4 ----
!
! SUBDIRS = doc include libntfs ntfstools
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
Index: config.log
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/config.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** config.log 2001/02/02 00:16:18 1.1
--- config.log 2001/02/02 01:28:46 1.2
***************
*** 19,23 ****
configure:996: checking whether the C++ compiler (c++ ) is a cross-compiler
configure:1001: checking whether we are using GNU C++
- configure:1010: c++ -E conftest.C
configure:1029: checking whether c++ accepts -g
configure:1063: checking for gcc
--- 19,22 ----
***************
*** 26,30 ****
configure:1218: checking whether the C compiler (gcc ) is a cross-compiler
configure:1223: checking whether we are using GNU C
- configure:1232: gcc -E conftest.c
configure:1251: checking whether gcc accepts -g
configure:1294: checking for a BSD compatible install
--- 25,28 ----
***************
*** 34,38 ****
configure:1515: checking for ld used by GCC
configure:1577: checking if the linker (/usr/bin/ld) is GNU ld
- GNU ld version 2.10.90 (with BFD 2.10.0.18)
configure:1593: checking for BSD-compatible nm
ltconfig:603: checking for object suffix
--- 32,35 ----
***************
*** 56,74 ****
ltconfig:1709: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5
configure:1822: checking how to run the C preprocessor
- configure:1843: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1902: checking for ANSI C header files
- configure:1915: gcc -E conftest.c >/dev/null 2>conftest.out
- configure:1982: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2009: checking for fcntl.h
- configure:2019: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2009: checking for unistd.h
- configure:2019: gcc -E conftest.c >/dev/null 2>conftest.out
configure:2047: checking for working const
- configure:2101: gcc -c -g -O2 conftest.c 1>&5
configure:2122: checking for inline
- configure:2136: gcc -c -g -O2 conftest.c 1>&5
configure:2162: checking for off_t
configure:2196: checking for 8-bit clean memcmp
- configure:2214: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2234: checking for strdup
- configure:2262: gcc -o conftest -g -O2 conftest.c 1>&5
--- 53,62 ----
--- libtool DELETED ---
--- stamp-h DELETED ---
|