Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1739:9ddedfc70c4a | 1740:cf42e3b47b41 |
---|---|
3055 XE_APPEND(netinstall, MAKE_SUBDIR) | 3055 XE_APPEND(netinstall, MAKE_SUBDIR) |
3056 XE_APPEND(netinstall, SRC_SUBDIR_DEPS) | 3056 XE_APPEND(netinstall, SRC_SUBDIR_DEPS) |
3057 XE_APPEND(netinstall, INSTALL_ARCH_DEP_SUBDIR) | 3057 XE_APPEND(netinstall, INSTALL_ARCH_DEP_SUBDIR) |
3058 fi | 3058 fi |
3059 | 3059 |
3060 install_pp="$blddir/lib-src/installexe.sh" | 3060 install_pp="$srcdir/lib-src/installexe.sh" |
3061 XE_APPEND(-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system) | 3061 XE_APPEND(-limm32 -lshell32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -lole32 -luuid -lwinspool -lmpr, libs_system) |
3062 if test "$with_dragndrop" != no; then | 3062 if test "$with_dragndrop" != no; then |
3063 XE_APPEND(msw, dragndrop_proto) | 3063 XE_APPEND(msw, dragndrop_proto) |
3064 with_dragndrop=yes | 3064 with_dragndrop=yes |
3065 fi | 3065 fi |