diff options
author | lloyd <[email protected]> | 2006-06-03 05:58:45 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-06-03 05:58:45 +0000 |
commit | 42996f8d0aeb2c7f039852cff229edb94c45967b (patch) | |
tree | 9cbd531a25815f5d39606baee820597180757edb /misc | |
parent | e321ef1ed76cd0e4ce90734cd7b5b7bd764646bd (diff) |
Fix mkconfig.pl to write to in-tree configure.pl
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/config/mkconfig.pl | 6 |
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'; |