Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv8638
Modified Files:
ChangeLog Makefile.in NEWS TODO.mkntfs aclocal.m4 config.h.in
configure configure.in
Log Message:
Linux-NTFS 1.0.0-pre-1 - FEATURE FREEZE
=======================================
mkntfs complete with option parsing and more cool things.
mkntfs man page complete.
info files updated.
TODO Before 1.0.0 final:
- Test mkntfs options & mkntfs itself.
- Test tar ball generation.
- Test rpm generation.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- ChangeLog 2001/06/10 18:30:16 1.3
+++ ChangeLog 2001/06/11 04:02:08 1.4
@@ -2,6 +2,9 @@
Also, released ldm which dumps the ldm database on Win2k/XP dynamic
disks.
- A man page for mkntfs is also installed my make install so man 8 mkntfs
+ A man page for mkntfs is also installed by make install so man 8 mkntfs
can be used to show the recognised command line options.
+ Building of shared libraries is disabled by default as it breaks on
+ some systems.
+ Probably need at least gcc-2.95 or something like that from now on.
02/02/2001 - Started ChangeLog.
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- Makefile.in 2001/06/01 02:07:23 1.3
+++ Makefile.in 2001/06/11 04:02:08 1.4
@@ -1,3 +1,3 @@
-# Makefile.in generated automatically by automake 1.4-p1 from Makefile.am
+# Makefile.in generated automatically by automake 1.4-p2 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
Index: NEWS
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/NEWS,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- NEWS 2001/06/10 19:09:45 1.4
+++ NEWS 2001/06/11 04:02:08 1.5
@@ -10,4 +10,6 @@
libntfs and hence ntfsfix still don't support attribute lists.
+Probably now require gcc 2.95 or above. (Unverified)
+
Old news
========
Index: TODO.mkntfs
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/TODO.mkntfs,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- TODO.mkntfs 2001/06/10 15:54:20 1.4
+++ TODO.mkntfs 2001/06/11 04:02:08 1.5
@@ -4,4 +4,2 @@
recreates the backup boot sector if the Linux kernel lied to us about the
number of sectors.
-- implement command line parsing using the get_opt*() stuff: for now just want
-clust size selection, no action, verbose and debug. rest can follow later
Index: aclocal.m4
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/aclocal.m4,v
retrieving revision 1.2
retrieving revision 1.3
diff -U2 -r1.2 -r1.3
--- aclocal.m4 2001/06/01 02:07:23 1.2
+++ aclocal.m4 2001/06/11 04:02:08 1.3
@@ -1,3 +1,3 @@
-dnl aclocal.m4 generated automatically by aclocal 1.4-p1
+dnl aclocal.m4 generated automatically by aclocal 1.4-p2
dnl Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
Index: config.h.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/config.h.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -U2 -r1.4 -r1.5
--- config.h.in 2001/06/05 10:33:02 1.4
+++ config.h.in 2001/06/11 04:02:08 1.5
@@ -40,4 +40,7 @@
#undef HAVE_FREE
+/* Define if you have the <getopt.h> header file. */
+#undef HAVE_GETOPT_H
+
/* Define if you have the `ioctl' function. */
#undef HAVE_IOCTL
@@ -52,7 +55,13 @@
#undef HAVE_LIBSVLD
+/* Define if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
+
/* Define if you have the <linux/bitops.h> header file. */
#undef HAVE_LINUX_BITOPS_H
+/* Define if you have the <linux/major.h> header file. */
+#undef HAVE_LINUX_MAJOR_H
+
/* Define if you have the <linux/types.h> header file. */
#undef HAVE_LINUX_TYPES_H
@@ -70,4 +79,7 @@
#undef HAVE_MEMSET
+/* Define if you have the <mntent.h> header file. */
+#undef HAVE_MNTENT_H
+
/* Define if you have the `open' function. */
#undef HAVE_OPEN
@@ -106,4 +118,13 @@
#undef HAVE_SRANDOM
+/* Define if you have the <stdarg.h> header file. */
+#undef HAVE_STDARG_H
+
+/* Define if you have the <stdio.h> header file. */
+#undef HAVE_STDIO_H
+
+/* Define if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_H
+
/* Define if you have the `strdup' function. */
#undef HAVE_STRDUP
@@ -111,4 +132,7 @@
/* Define if you have the `strerror' function. */
#undef HAVE_STRERROR
+
+/* Define if you have the <string.h> header file. */
+#undef HAVE_STRING_H
/* Define if you have the <sys/ioctl.h> header file. */
Index: configure
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- configure 2001/06/10 18:30:16 1.5
+++ configure 2001/06/11 04:02:08 1.6
@@ -1057,5 +1057,5 @@
PACKAGE=linux-ntfs
-VERSION=0.1.0
+VERSION=1.0.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
@@ -5535,5 +5535,4 @@
fi
-
all_libraries="$all_libraries $USER_LDFLAGS"
all_includes="$all_includes $USER_INCLUDES"
@@ -5549,10 +5548,10 @@
echo $ac_n "checking for ANSI C header files... $ac_c" 1>&6
-echo "configure:5552: checking for ANSI C header files" 1>&5
+echo "configure:5551: checking for ANSI C header files" 1>&5
if test "${ac_cv_header_stdc+set}" = set; then
echo $ac_n "(cached) $ac_c" 1>&6
else
cat > conftest.$ac_ext <<EOF
-#line 5557 "configure"
+#line 5556 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5562,5 +5561,5 @@
EOF
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
-{ (eval echo configure:5565: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
+{ (eval echo configure:5564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
if test -z "$ac_err"; then
@@ -5579,5 +5578,5 @@
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 5582 "configure"
+#line 5581 "configure"
#include "confdefs.h"
#include <string.h>
@@ -5597,5 +5596,5 @@
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat > conftest.$ac_ext <<EOF
-#line 5600 "configure"
+#line 5599 "configure"
#include "confdefs.h"
#include <stdlib.h>
@@ -5618,5 +5617,5 @@
else
cat > conftest.$ac_ext <<EOF
-#line 5621 "configure"
+#line 5620 "configure"
#include "confdefs.h"
#include <ctype.h>
@@ -5636,5 +5635,5 @@
EOF
-if { (eval echo configure:5639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
+if { (eval echo configure:5638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
then
:
@@ -5658,7 +5657,8 @@
fi
-for ac_header in fcntl.h unistd.h errno.h sys/stat.h sys/ioctl.h \
+for ac_header in stdlib.h fcntl.h unistd.h errno.h sys/stat.h sys/ioctl.h \
sys/types.h linux/types.h linux/bitops.h asm/byteorder.h asm/atomic.h \
- sys/time.h signal.h sched.h time.h
+ sys/time.h signal.h sched.h time.h mntent.h stdio.h stdarg.h string.h \
+ getopt.h linux/major.h limits.h
do
ac_ac_Header=`echo "ac_cv_header_$ac_header" | $ac_tr_sh`
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- configure.in 2001/06/10 18:30:16 1.5
+++ configure.in 2001/06/11 04:02:08 1.6
@@ -3,5 +3,5 @@
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(linux-ntfs,0.1.0)
+AM_INIT_AUTOMAKE(linux-ntfs,1.0.0)
AM_MAINTAINER_MODE
@@ -45,5 +45,4 @@
fi
-
dnl add --with-extra-includes and --with-extra-libs switch to ./configure
all_libraries="$all_libraries $USER_LDFLAGS"
@@ -62,7 +61,8 @@
dnl Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h unistd.h errno.h sys/stat.h sys/ioctl.h \
+AC_CHECK_HEADERS(stdlib.h fcntl.h unistd.h errno.h sys/stat.h sys/ioctl.h \
sys/types.h linux/types.h linux/bitops.h asm/byteorder.h asm/atomic.h \
- sys/time.h signal.h sched.h time.h)
+ sys/time.h signal.h sched.h time.h mntent.h stdio.h stdarg.h string.h \
+ getopt.h linux/major.h limits.h)
dnl Checks for typedefs, structures, and compiler characteristics.
|