From 9a740d1982425f40eea6ffb2aa26751e819e372c Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 17 Jan 1998 07:19:38 +0000 Subject: [PATCH] README: Update for version 1.12. configure: Reflect recent changes to configure.in . --- README | 2 +- configure | 27 +++++++++++---------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/README b/README index b0cf1a6..82ceb3d 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ - This is the new version (1.11) of the second extended file system + This is the new version (1.12) of the second extended file system management programs. Note: If you are using the RedHat RPM distributions of diff --git a/configure b/configure index 77ef909..4e9a295 100644 --- a/configure +++ b/configure @@ -2212,15 +2212,11 @@ else linux_headers=no fi - if test "$linux_headers" = yes; then cat >> confdefs.h <<\EOF #define HAVE_LINUX_FS_H 1 EOF - # These are some programs that depend on having linux headers around, and - # won't work otherwise. So we only compile them if we can. - EXTRA_PROGS="$EXTRA_PROGS flushb" else LINUX_INCLUDE='-I$(top_srcdir)/include -I$(top_builddir)/include' # Use this include directory with test compiles in the configure script too. @@ -2229,7 +2225,7 @@ fi SOCKET_LIB='' echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6 -echo "configure:2233: checking for socket in -lsocket" >&5 +echo "configure:2229: checking for socket in -lsocket" >&5 ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2237,7 +2233,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lsocket $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2248: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2270,12 +2266,12 @@ fi echo $ac_n "checking for optreset""... $ac_c" 1>&6 -echo "configure:2274: checking for optreset" >&5 +echo "configure:2270: checking for optreset" >&5 if eval "test \"`echo '$''{'ac_cv_have_optreset'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF @@ -2298,12 +2294,12 @@ EOF fi echo $ac_n "checking whether the ext2 ioctls compile""... $ac_c" 1>&6 -echo "configure:2302: checking whether the ext2 ioctls compile" >&5 +echo "configure:2298: checking whether the ext2 ioctls compile" >&5 if eval "test \"`echo '$''{'e2fsprogs_cv_ioctl_ext2'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -2311,7 +2307,7 @@ int main() { ioctl (0, EXT2_IOC_SETVERSION, 0); ; return 0; } EOF -if { (eval echo configure:2315: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2311: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* e2fsprogs_cv_ioctl_ext2=yes else @@ -2351,20 +2347,20 @@ linux* | gnu*) ;; esac echo $ac_n "checking whether linker accepts -static""... $ac_c" 1>&6 -echo "configure:2355: checking whether linker accepts -static" >&5 +echo "configure:2351: checking whether linker accepts -static" >&5 if eval "test \"`echo '$''{'ac_cv_e2fsprogs_use_static'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else SAVE_LDFLAGS=$LDFLAGS; LDFLAGS="$LDFLAGS -static" cat > conftest.$ac_ext < int main() { fflush(stdout); ; return 0; } EOF -if { (eval echo configure:2368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then +if { (eval echo configure:2364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then rm -rf conftest* ac_cv_e2fsprogs_use_static=yes else @@ -2610,7 +2606,6 @@ s%@SIZEOF_SHORT@%$SIZEOF_SHORT%g s%@SIZEOF_INT@%$SIZEOF_INT%g s%@SIZEOF_LONG@%$SIZEOF_LONG%g s%@SIZEOF_LONG_LONG@%$SIZEOF_LONG_LONG%g -s%@EXTRA_PROGS@%$EXTRA_PROGS%g s%@LINUX_INCLUDE@%$LINUX_INCLUDE%g s%@SOCKET_LIB@%$SOCKET_LIB%g s%@usr_prefix@%$usr_prefix%g -- 1.8.3.1