From 42996f8d0aeb2c7f039852cff229edb94c45967b Mon Sep 17 00:00:00 2001 From: lloyd Date: Sat, 3 Jun 2006 05:58:45 +0000 Subject: Fix mkconfig.pl to write to in-tree configure.pl --- misc/config/mkconfig.pl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/config/mkconfig.pl b/misc/config/mkconfig.pl index 8becf6dd0..02c42e267 100755 --- a/misc/config/mkconfig.pl +++ b/misc/config/mkconfig.pl @@ -16,11 +16,7 @@ my $PATCH = 7; ############################################################################# # Configuration options -# For me -my $OUTPUT_FILE = '../../../botan/configure.pl'; - -# For everyone else -#my $OUTPUT_FILE = 'configure.pl'; +my $OUTPUT_FILE = '../../configure.pl'; my $MODULES_DIR = 'modules'; my $CODE_DIR = 'code'; -- cgit v1.2.3