aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-03 05:58:45 +0000
committerlloyd <[email protected]>2006-06-03 05:58:45 +0000
commit42996f8d0aeb2c7f039852cff229edb94c45967b (patch)
tree9cbd531a25815f5d39606baee820597180757edb
parente321ef1ed76cd0e4ce90734cd7b5b7bd764646bd (diff)
Fix mkconfig.pl to write to in-tree configure.pl
-rwxr-xr-xmisc/config/mkconfig.pl6
1 files changed, 1 insertions, 5 deletions
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';