From: Nathan Scott Date: Mon, 7 May 2001 02:46:00 +0000 (+0000) Subject: bump minor - 1.2.5. X-Git-Tag: Release-1_0_0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8aec2c9fed75bbc2c9055bbf54e04e673c97b15;p=thirdparty%2Fxfsprogs-dev.git bump minor - 1.2.5. --- diff --git a/VERSION b/VERSION index fdea923bb..1032e3915 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=1 PKG_MINOR=2 -PKG_REVISION=4 +PKG_REVISION=5 PKG_BUILD=0 diff --git a/configure.in b/configure.in index e25466f7a..66e6b657a 100644 --- a/configure.in +++ b/configure.in @@ -201,7 +201,7 @@ prefix="$PREFIX" dnl man pages (source) dnl also check if man page source is gzipped dnl (usually on Debian, but not Redhat pre-7.0) -pkg_man_dir=${prefix}/man +pkg_man_dir=${prefix}/share/man have_zipped_manpages=false for d in ${prefix}/share/man ${prefix}/man ; do if test -f $d/man1/man.1.gz diff --git a/doc/CHANGES b/doc/CHANGES index 996143818..31f44a8ac 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,8 @@ +xfsprogs-1.2.5 (07 May 2001) + - fix missing Makefile include entries for LVM headers + - configure script default man path now /usr/share/man + xfsprogs-1.2.4 (01 May 2001) - added -L option to mkfs.xfs (filesystem label) diff --git a/include/Makefile b/include/Makefile index 357c05454..10623efed 100644 --- a/include/Makefile +++ b/include/Makefile @@ -45,7 +45,7 @@ HFILES = arch.h handle.h jdm.h libxfs.h xqm.h \ xfs_rtalloc.h xfs_sb.h xfs_trans.h xfs_trans_space.h xfs_types.h LSRCFILES = platform_defs.h.in builddefs.in buildrules \ - lvm.h lvm_user.h liblvm.h \ + lvm.h lvm_config.h lvm_log.h lvm_user.h liblvm.h \ md-int.h default install :