summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-10-19 10:39:19 +0200
committerJohannes Winkelmann <jw@smts.ch>2006-10-19 10:39:19 +0200
commit469cc23790af833ad6cf892d49fbb27d0a914d59 (patch)
treee699987418f608cad5299018cd969503aaca3841
parentb85ce27b94c8878811dd8b7d4aa3720402f165e9 (diff)
downloadprt-get-469cc23790af833ad6cf892d49fbb27d0a914d59.tar.gz
prt-get-469cc23790af833ad6cf892d49fbb27d0a914d59.tar.xz
update for 5.15
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index a755b3f..686270d 100755
--- a/configure
+++ b/configure
@@ -742,7 +742,7 @@ pdfdir='${docdir}'
psdir='${docdir}'
libdir='${exec_prefix}/lib'
localedir='${datarootdir}/locale'
-mandir='${datarootdir}/man'
+mandir='${prefix}/man'
ac_prev=
ac_dashdash=
@@ -1245,7 +1245,7 @@ Fine tuning of the installation directories:
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
- --mandir=DIR man documentation [DATAROOTDIR/man]
+ --mandir=DIR man documentation [PREFIX/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
@@ -2023,7 +2023,7 @@ fi
# Define the identity of the package.
PACKAGE=prt-get
- VERSION=5.14
+ VERSION=5.15
cat >>confdefs.h <<_ACEOF

Generated by cgit