[w3m-dev 04256] Re: road to 0.5.2

[email protected] Tue, 29 May 2007 12:20:13 +0900 (JST)
Newsgroups gmane.comp.web.w3m.devel
Message-ID <[email protected]>


> 
> Autoconf 2.60 datadir  datarootdir 
> 
> Index: Makefile.in
 
scripts/Makefile.in  scripts/w3mhelp.cgi.in  patch 
-----------------------------------
  <[email protected]>

diff -u scripts/Makefile.in.orig scripts/Makefile.in
--- scripts/Makefile.in.orig	Wed Jun  9 21:31:33 2004
+++ scripts/Makefile.in	Tue May 29 11:28:14 2007
@@ -10,6 +10,7 @@
 exec_prefix = @exec_prefix@
 bindir = @bindir@
 datadir = @datadir@
+datarootdir = @datarootdir@
 libdir = @libdir@
 includedir = @includedir@
 infodir = @infodir@
diff -u scripts/w3mhelp.cgi.in.orig scripts/w3mhelp.cgi.in
--- scripts/w3mhelp.cgi.in.orig	Thu Mar 25 22:15:56 2004
+++ scripts/w3mhelp.cgi.in	Tue May 29 11:28:26 2007
@@ -6,6 +6,7 @@
 }
 
 $prefix = "@prefix@";
+$datarootdir = "@datarootdir@";
 $helpdir = "@HELP_DIR@";
 if ($CYGPATH) {
   $helpdir = &cygwin_pathconv($helpdir);

-----------------------------------
  <[email protected]>