Mercurial > hg > xemacs-beta
changeset 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 | 9ddedfc70c4a |
children | b3a46c249e7b |
files | ChangeLog configure configure.in |
diffstat | 3 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Oct 10 18:04:25 2003 +0000 +++ b/ChangeLog Sun Oct 12 02:29:28 2003 +0000 @@ -1,3 +1,7 @@ +2003-10-11 Jerry James <james@xemacs.org> + + * configure.in: installexe.sh is under srcdir, not blddir. + 2003-09-26 Steve Youngs <youngs@xemacs.org> * XEmacs 21.5.16 "celeriac" is released.
--- 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
--- 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)