Mercurial > hg > xemacs-beta
diff configure.in @ 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.in Fri Oct 10 18:04:25 2003 +0000 +++ b/configure.in Sun Oct 12 02:29:28 2003 +0000 @@ -3057,7 +3057,7 @@ XE_APPEND(netinstall, INSTALL_ARCH_DEP_SUBDIR) fi - install_pp="$blddir/lib-src/installexe.sh" + install_pp="$srcdir/lib-src/installexe.sh" XE_APPEND(-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system) if test "$with_dragndrop" != no; then XE_APPEND(msw, dragndrop_proto)