Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 634684
Collapse All | Expand All

(-)a/config.pl (-2 / +2 lines)
Lines 5-12 Link Here
5
# To specify the compilation flags define the CFLAGS environment variable.
5
# To specify the compilation flags define the CFLAGS environment variable.
6
#
6
#
7
7
8
require "miscperl.pl";
8
require "./miscperl.pl";
9
require "conflib.pl";
9
require "./conflib.pl";
10
10
11
# If the script is newer discard the cache.
11
# If the script is newer discard the cache.
12
#GetCache() unless (-M 'config.pl' < -M 'configure.cache');
12
#GetCache() unless (-M 'config.pl' < -M 'configure.cache');
(-)a/confignt.pl (-2 / +2 lines)
Lines 3-10 Link Here
3
# see copyrigh file for details
3
# see copyrigh file for details
4
#
4
#
5
5
6
require "miscperl.pl";
6
require "./miscperl.pl";
7
require "conflib.pl";
7
require "./conflib.pl";
8
8
9
SeeCommandLine();
9
SeeCommandLine();
10
10

Return to bug 634684