diff options
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 2d30d79..e519b5d 100755 --- a/unix/configure +++ b/unix/configure @@ -26,7 +26,8 @@ ac_help="$ac_help --enable-symbols build with debugging symbols [--disable-symbols]" ac_help="$ac_help --enable-shared build and link with shared libraries [--enable-shared]" - +echo $PATH +echo "`pwd`" # Initialize some variables set by options. # The variables have the same names as the options, with # dashes changed to underlines. |