Check-in Number:
|
5938 | |
Date: |
2007-May-19 21:06:07 (local)
2007-May-19 19:06:07 (UTC) |
User: | rse |
Branch: | |
Comment: |
Upgrade build environment to GNU autoconf 2.61 |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/ChangeLog 1.231 -> 1.232
--- ChangeLog 2007/05/15 19:35:48 1.231
+++ ChangeLog 2007/05/19 19:06:07 1.232
@@ -9,7 +9,10 @@
ChangeLog
- Changes between 2.0.6 and 2.0.7 (19-Apr-2006 to xx-Sep-2006):
+ Changes between 2.0.6 and 2.0.7 (19-Apr-2006 to 19-May-2007):
+
+ *) Upgrade build environment to GNU autoconf 2.61
+ [Ralf S. Engelschall]
*) Fix "shtool mkln" by fixing the determination whether
relative source paths can be used or not.
|
|
ossp-pkg/shtool/Makefile.in 1.52 -> 1.53
--- Makefile.in 2006/02/04 09:43:25 1.52
+++ Makefile.in 2007/05/19 19:06:08 1.53
@@ -25,6 +25,7 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandir@
+datarootdir = @datarootdir@
datadir = @datadir@
aclocaldir = $(datadir)/aclocal
pkgdatadir = $(datadir)/shtool
|
|
ossp-pkg/shtool/devtool.conf 1.7 -> 1.8
--- devtool.conf 2004/01/01 16:56:33 1.7
+++ devtool.conf 2007/05/19 19:06:08 1.8
@@ -3,7 +3,7 @@
##
%autogen
- @autogen autoconf 2.59 "2.5*"
+ @autogen autoconf 2.61 "2.6*"
%autoclean
@autoclean autoconf
|
|
ossp-pkg/shtool/shtoolize.in 1.38 -> 1.39
--- shtoolize.in 2006/02/04 09:43:26 1.38
+++ shtoolize.in 2007/05/19 19:06:08 1.39
@@ -27,10 +27,11 @@
##
# General configuration
-my $version = "@SHTOOL_VERSION_STR@";
-my $prefix = "@prefix@";
-my $datadir = "@datadir@";
-my $scriptdir = "$datadir/shtool";
+my $version = "@SHTOOL_VERSION_STR@";
+my $prefix = "@prefix@";
+my $datarootdir = "@datarootdir@";
+my $datadir = "@datadir@";
+my $scriptdir = "$datadir/shtool";
# Available modules
my @available = qw(
|
|