mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
4a3f8bf767
the real configure script from the unix subdirectory, but with cwd unchanged so that you end up doing a VPATH build in the top-level source directory. Should, ideally, placate the people who expect 'configure' to be at the top level, while still letting _me_ keep all the Unix-specific stuff in the Unix subdirectory. [originally from svn r9241]
4 lines
67 B
Bash
4 lines
67 B
Bash
#!/bin/sh
|
|
|
|
$(echo "$0" | sed '$s!configure$!unix/configure!') "$@"
|