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

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18482 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2009-12-10 22:39:33 +00:00
parent b0824d6ceb
commit 21d920d0de
4 changed files with 0 additions and 16 deletions

View File

@ -979,16 +979,6 @@ else
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/
# ----------------------------------------------------------------------------

View File

@ -22,8 +22,6 @@
### Boston, MA 02110-1301, USA gnu@gnu.org
######################################################################
use lib '@-PERLINCL-@';
use strict;
use English;
use FileHandle;

View File

@ -21,8 +21,6 @@
### Boston, MA 02110-1301, USA gnu@gnu.org
######################################################################
use lib '@-PERLINCL-@';
use strict;
use English;
use FileHandle;

View File

@ -21,8 +21,6 @@
### Boston, MA 02110-1301, USA gnu@gnu.org
######################################################################
use lib '@-PERLINCL-@';
use strict;
use CPAN;