Mercurial > hg > xemacs-beta
diff configure @ 1740:cf42e3b47b41
[xemacs-hg @ 2003-10-12 02:29:25 by james]
Invoke installexe.sh under srcdir, where it is, not blddir, where it is not.
author | james |
---|---|
date | Sun, 12 Oct 2003 02:29:28 +0000 |
parents | fca75a427ae3 |
children | b5db5c9230b1 |
line wrap: on
line diff
--- a/configure Fri Oct 10 18:04:25 2003 +0000 +++ b/configure Sun Oct 12 02:29:28 2003 +0000 @@ -7332,7 +7332,7 @@ INSTALL_ARCH_DEP_SUBDIR="$INSTALL_ARCH_DEP_SUBDIR netinstall" && if test "$extra_verbose" = "yes"; then echo " Appending \"netinstall\" to \$INSTALL_ARCH_DEP_SUBDIR"; fi fi - install_pp="$blddir/lib-src/installexe.sh" + install_pp="$srcdir/lib-src/installexe.sh" libs_system="$libs_system -limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr" && if test "$extra_verbose" = "yes"; then echo " Appending \"-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr\" to \$libs_system"; fi if test "$with_dragndrop" != no; then dragndrop_proto="$dragndrop_proto msw" && if test "$extra_verbose" = "yes"; then echo " Appending \"msw\" to \$dragndrop_proto"; fi