Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs
In directory usw-pr-cvs1:/tmp/cvs-serv21372
Modified Files:
config.h.in configure configure.in linux-ntfs.spec.in
Log Message:
Cleanup the build process a bit.
Index: config.h.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/config.h.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -U2 -r1.23 -r1.24
--- config.h.in 2 Jul 2002 23:47:10 -0000 1.23
+++ config.h.in 3 Jul 2002 14:38:40 -0000 1.24
@@ -67,7 +67,4 @@
#undef HAVE_MBSRTOWCS
-/* Define if you have the memcmp function. */
-#undef HAVE_MEMCMP
-
/* Define if you have the memset function. */
#undef HAVE_MEMSET
Index: configure
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure,v
retrieving revision 1.37
retrieving revision 1.38
diff -U2 -r1.37 -r1.38
--- configure 2 Jul 2002 23:47:10 -0000 1.37
+++ configure 3 Jul 2002 14:38:40 -0000 1.38
@@ -1632,5 +1632,5 @@
if test -z "$LIBTOOL"; then
-
+
ac_ext=c
# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
@@ -5702,5 +5702,5 @@
cc_version="$cc_version, bad"
echo "$ac_t""$cc_version" 1>&6
-{ echo "configure: error: Please upgrade your gcc compiler to gcc-2.96+ or gcc-3.0+ version!\
+{ echo "configure: error: Please upgrade your gcc compiler to gcc-2.96+ or gcc-3+ version!\
Earlier compiler versions will NOT work as these do not support \
unnamed/annonymous structures and unions which are used heavily in linux-ntfs." 1>&2; exit 1; }
@@ -6119,5 +6119,5 @@
test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
-for ac_func in memset memcmp strdup puts printf fprintf vprintf vfprintf \
+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 wcrtomb \
@@ -6309,4 +6309,5 @@
ntfstools/ntfslabel.8
ntfstools/ntfsinfo.8
+ ntfstools/ntfsundelete.8
linux-ntfs.spec
config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
@@ -6438,4 +6439,5 @@
ntfstools/ntfslabel.8
ntfstools/ntfsinfo.8
+ ntfstools/ntfsundelete.8
linux-ntfs.spec
"}
Index: configure.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -U2 -r1.33 -r1.34
--- configure.in 2 Jul 2002 23:47:10 -0000 1.33
+++ configure.in 3 Jul 2002 14:38:40 -0000 1.34
@@ -42,6 +42,4 @@
dnl create a working libtool-script
if test -z "$LIBTOOL"; then
- dnl Shared libraries are broken at the moment. )-:
- dnl AC_DISABLE_SHARED
AC_LANG_SAVE
AC_LANG_C
@@ -86,5 +84,5 @@
cc_version="$cc_version, bad"
AC_MSG_RESULT($cc_version)
-AC_MSG_ERROR(Please upgrade your gcc compiler to gcc-2.96+ or gcc-3.0+ version!\
+AC_MSG_ERROR(Please upgrade your gcc compiler to gcc-2.96+ or gcc-3+ version!\
Earlier compiler versions will NOT work as these do not support \
unnamed/annonymous structures and unions which are used heavily in linux-ntfs.)
@@ -111,5 +109,5 @@
dnl Checks for library functions.
AC_FUNC_MEMCMP
-AC_CHECK_FUNCS(memset memcmp strdup puts printf fprintf vprintf vfprintf \
+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 wcrtomb \
@@ -130,4 +128,5 @@
ntfstools/ntfslabel.8
ntfstools/ntfsinfo.8
+ ntfstools/ntfsundelete.8
linux-ntfs.spec
])
Index: linux-ntfs.spec.in
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/linux-ntfs.spec.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -U2 -r1.42 -r1.43
--- linux-ntfs.spec.in 5 Jun 2002 20:32:53 -0000 1.42
+++ linux-ntfs.spec.in 3 Jul 2002 14:38:40 -0000 1.43
@@ -14,5 +14,5 @@
Source : http://prdownloads.sf.net/linux-ntfs/linux-ntfs-%{ver}.tar.gz
Buildroot : %{_tmppath}/%{name}-root
-Packager : Anton Altaparmakov <ai...@ca...>
+Packager : Anton Altaparmakov <ai...@ca...>
License : GPL
Group : Applications/System
@@ -76,4 +76,7 @@
%changelog
+* Wed Jul 3 2002 Anton Altaparmakov <ai...@ca...>
+- update my email address
+
* Mon Jun 3 2002 Anton Altaparmakov <ai...@ca...>
- update %doc with new TODO files
|