mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
b0824d6ceb
commit
21d920d0de
10
configure.in
10
configure.in
@ -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/
|
||||
# ----------------------------------------------------------------------------
|
||||
|
@ -22,8 +22,6 @@
|
||||
### Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
######################################################################
|
||||
|
||||
use lib '@-PERLINCL-@';
|
||||
|
||||
use strict;
|
||||
use English;
|
||||
use FileHandle;
|
||||
|
@ -21,8 +21,6 @@
|
||||
### Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
######################################################################
|
||||
|
||||
use lib '@-PERLINCL-@';
|
||||
|
||||
use strict;
|
||||
use English;
|
||||
use FileHandle;
|
||||
|
@ -21,8 +21,6 @@
|
||||
### Boston, MA 02110-1301, USA gnu@gnu.org
|
||||
######################################################################
|
||||
|
||||
use lib '@-PERLINCL-@';
|
||||
|
||||
use strict;
|
||||
use CPAN;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user