Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv22057
Modified Files:
Makefile.am Makefile.in config.h.in configure configure.in
Log Message:
Cleanups and updates.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -U2 -r1.5 -r1.6
--- Makefile.am 11 Jun 2001 19:11:37 -0000 1.5
+++ Makefile.am 14 Apr 2002 14:15:47 -0000 1.6
@@ -10,5 +10,6 @@
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
- INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs
+ INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs \
+ TODO.ntfslabel
AUTOMAKE_OPTIONS = gnu
Index: Makefile.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/Makefile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -U2 -r1.10 -r1.11
--- Makefile.in 26 Jan 2002 04:32:35 -0000 1.10
+++ Makefile.in 14 Apr 2002 14:15:47 -0000 1.11
@@ -95,5 +95,6 @@
EXTRA_DIST = AUTHORS CREDITS COPYING TODO.include TODO.ntfsfix ChangeLog \
- INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs
+ INSTALL NEWS README autogen.sh linux-ntfs.spec.in TODO.mkntfs \
+ TODO.ntfslabel
Index: config.h.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/config.h.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -U2 -r1.15 -r1.16
--- config.h.in 26 Jan 2002 04:32:35 -0000 1.15
+++ config.h.in 14 Apr 2002 14:15:47 -0000 1.16
@@ -76,10 +76,4 @@
#undef HAVE_REALLOC
-/* Define if you have the setitimer function. */
-#undef HAVE_SETITIMER
-
-/* Define if you have the sigaction function. */
-#undef HAVE_SIGACTION
-
/* Define if you have the srandom function. */
#undef HAVE_SRANDOM
@@ -94,4 +88,7 @@
#undef HAVE_TIME
+/* Define if you have the vfprintf function. */
+#undef HAVE_VFPRINTF
+
/* Define if you have the vprintf function. */
#undef HAVE_VPRINTF
@@ -130,10 +127,4 @@
#undef HAVE_MNTENT_H
-/* Define if you have the <sched.h> header file. */
-#undef HAVE_SCHED_H
-
-/* Define if you have the <signal.h> header file. */
-#undef HAVE_SIGNAL_H
-
/* Define if you have the <stdarg.h> header file. */
#undef HAVE_STDARG_H
@@ -156,7 +147,4 @@
/* Define if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
-
-/* Define if you have the <sys/time.h> header file. */
-#undef HAVE_SYS_TIME_H
/* Define if you have the <sys/types.h> header file. */
Index: configure
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure,v
retrieving revision 1.25
retrieving revision 1.26
diff -U2 -r1.25 -r1.26
--- configure 12 Apr 2002 15:23:47 -0000 1.25
+++ configure 14 Apr 2002 14:15:47 -0000 1.26
@@ -964,5 +964,5 @@
PACKAGE=linux-ntfs
-VERSION=1.7.0.WIP
+VERSION=1.6.99
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
@@ -5623,6 +5623,6 @@
for ac_hdr in stdlib.h fcntl.h unistd.h errno.h sys/stat.h sys/ioctl.h \
- sys/types.h linux/types.h asm/byteorder.h sys/mount.h sys/time.h \
- signal.h sched.h time.h mntent.h stdio.h stdarg.h string.h \
+ sys/types.h linux/types.h asm/byteorder.h sys/mount.h \
+ time.h mntent.h stdio.h stdarg.h string.h \
getopt.h linux/major.h limits.h linux/fd.h
do
@@ -5927,7 +5927,7 @@
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
-for ac_func in memset strdup puts printf fprintf vprintf perror strerror \
- malloc calloc free realloc open close read write lseek fdatasync \
- ioctl fflush atexit exit sigaction setitimer time srandom random
+for ac_func in memset strdup puts printf fprintf vprintf vfprintf perror \
+ strerror malloc calloc free realloc open close read write lseek \
+ fdatasync ioctl fflush atexit exit time srandom random
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -U2 -r1.23 -r1.24
--- configure.in 12 Apr 2002 15:23:47 -0000 1.23
+++ configure.in 14 Apr 2002 14:15:47 -0000 1.24
@@ -13,5 +13,5 @@
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(linux-ntfs,1.7.0.WIP)
+AM_INIT_AUTOMAKE(linux-ntfs,1.6.99)
AM_MAINTAINER_MODE
@@ -98,6 +98,6 @@
AC_HEADER_STDC
AC_CHECK_HEADERS(stdlib.h fcntl.h unistd.h errno.h sys/stat.h sys/ioctl.h \
- sys/types.h linux/types.h asm/byteorder.h sys/mount.h sys/time.h \
- signal.h sched.h time.h mntent.h stdio.h stdarg.h string.h \
+ sys/types.h linux/types.h asm/byteorder.h sys/mount.h \
+ time.h mntent.h stdio.h stdarg.h string.h \
getopt.h linux/major.h limits.h linux/fd.h)
@@ -111,7 +111,7 @@
dnl Checks for library functions.
AC_FUNC_MEMCMP
-AC_CHECK_FUNCS(memset strdup puts printf fprintf vprintf perror strerror \
- malloc calloc free realloc open close read write lseek fdatasync \
- ioctl fflush atexit exit sigaction setitimer time srandom random)
+AC_CHECK_FUNCS(memset strdup puts printf fprintf vprintf vfprintf perror \
+ strerror malloc calloc free realloc open close read write lseek \
+ fdatasync ioctl fflush atexit exit time srandom random)
dnl Perform program name transformation.
|