]> git.pld-linux.org Git - packages/xfsdump.git/commitdiff
- updated to 2.1.3
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 13 Aug 2002 16:30:42 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xfsdump-miscfix.patch -> 1.4

xfsdump-miscfix.patch

index 103dccbd1dd8e408055b1ff8f22e8d047411a3cc..bd59fa86028fabf048e5a6905a49f4565b297ea0 100644 (file)
@@ -1,30 +1,17 @@
 diff -urN xfsdump-1.0.5.org/configure.in xfsdump-1.0.5/configure.in
 --- xfsdump-1.0.5.org/configure.in     Tue May  1 22:18:41 2001
 +++ xfsdump-1.0.5/configure.in Tue May  1 22:56:12 2001
-@@ -28,7 +28,10 @@
- AC_SUBST(malloc_lib)
- dnl Set version
--. ./VERSION
-+PKG_MAJOR=1
-+PKG_MINOR=1
-+PKG_REVISION=3
-+PKG_BUILD=0
- pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
- pkg_release=$PKG_BUILD
-@@ -173,14 +176,6 @@
+@@ -173,13 +176,6 @@
+ dnl also check if man page source is gzipped
  dnl (usually on Debian, but not Redhat pre-7.0)
- 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
 -    then
--      pkg_man_dir=$d
 -      have_zipped_manpages=true
 -      break
 -    fi
 -done
- AC_SUBST(pkg_man_dir)
  AC_SUBST(have_zipped_manpages)
  
+ dnl build definitions for use in Makefiles
This page took 0.033083 seconds and 4 git commands to generate.