r18482 - gnucash/trunk - Remove erroneous use lib from gnc-fq-*, along with PERLINC setup in configure.in

John Ralls jralls at code.gnucash.org
Thu Dec 10 17:39:33 EST 2009


Author: jralls
Date: 2009-12-10 17:39:33 -0500 (Thu, 10 Dec 2009)
New Revision: 18482
Trac: http://svn.gnucash.org/trac/changeset/18482

Modified:
   gnucash/trunk/configure.in
   gnucash/trunk/src/quotes/gnc-fq-check.in
   gnucash/trunk/src/quotes/gnc-fq-helper.in
   gnucash/trunk/src/quotes/gnc-fq-update.in
Log:
Remove erroneous use lib from gnc-fq-*, along with PERLINC setup in configure.in

Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2009-12-10 18:32:56 UTC (rev 18481)
+++ gnucash/trunk/configure.in	2009-12-10 22:39:33 UTC (rev 18482)
@@ -979,16 +979,6 @@
 fi
 AC_SUBST(PERL)
 
-# Now check for perl headers
-# This appears to be what Perl's ExtUtils::MakeMaker module does, so
-# I'm reasonably sure it's correct.
-# PERLINCL="/usr/lib/perl5/i386-linux/5.00404"
-#
-PERLINCL=`$PERL -MConfig -e 'print $Config{"archlibexp"}'`
-AC_ARG_WITH( perl-includes, 
-  [AS_HELP_STRING([--with-perl-includes=DIR],[specify where to look for perl includes])],
-       PERLINCL="$with_perl_includes" )
-AC_SUBST(PERLINCL)
 
 # check for doxygen, mostly stolen from http://log4cpp.sourceforge.net/
 # ----------------------------------------------------------------------------

Modified: gnucash/trunk/src/quotes/gnc-fq-check.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-check.in	2009-12-10 18:32:56 UTC (rev 18481)
+++ gnucash/trunk/src/quotes/gnc-fq-check.in	2009-12-10 22:39:33 UTC (rev 18482)
@@ -22,8 +22,6 @@
 ### Boston, MA  02110-1301,  USA       gnu at gnu.org
 ######################################################################
 
-use lib '@-PERLINCL-@';
-
 use strict;
 use English;
 use FileHandle;

Modified: gnucash/trunk/src/quotes/gnc-fq-helper.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-helper.in	2009-12-10 18:32:56 UTC (rev 18481)
+++ gnucash/trunk/src/quotes/gnc-fq-helper.in	2009-12-10 22:39:33 UTC (rev 18482)
@@ -21,8 +21,6 @@
 ### Boston, MA  02110-1301,  USA       gnu at gnu.org
 ######################################################################
 
-use lib '@-PERLINCL-@';
-
 use strict;
 use English;
 use FileHandle;

Modified: gnucash/trunk/src/quotes/gnc-fq-update.in
===================================================================
--- gnucash/trunk/src/quotes/gnc-fq-update.in	2009-12-10 18:32:56 UTC (rev 18481)
+++ gnucash/trunk/src/quotes/gnc-fq-update.in	2009-12-10 22:39:33 UTC (rev 18482)
@@ -21,8 +21,6 @@
 ### Boston, MA  02110-1301,  USA       gnu at gnu.org
 ######################################################################
 
-use lib '@-PERLINCL-@';
-
 use strict;
 use CPAN;
 



More information about the gnucash-changes mailing list