Changeset 14519 for trunk/juggler/configure.pl
- Timestamp:
- 03/20/04 13:10:15 (5 years ago)
- Files:
-
- trunk/juggler/configure.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/juggler/configure.pl
r14356 r14519 550 550 551 551 print RECONFIG "rm -f config.cache\n"; 552 print RECONFIG "exec $0 ", "@arg_list \n"; 552 553 # Print the command to run this script again. The actual output will be 554 # the exec shell command followed by the full path to the Perl 555 # interpreter used to run this script; the same path to the script that 556 # the user entered; and the full argument list given on the command line. 557 print RECONFIG "exec $^X $0 ", "@arg_list \n"; 553 558 close(RECONFIG); 554 559 chmod(0755, "reconfig");
