bjh 01/07/27 04:22:43
Modified: . configure.in
Log:
OS/2: Fix 'make install' handling of EXEs.
Revision Changes Path
1.167 +1 -0 httpd-2.0/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/httpd-2.0/configure.in,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- configure.in 2001/07/10 02:35:22 1.166
+++ configure.in 2001/07/27 11:22:43 1.167
@@ -102,6 +102,7 @@
CORE_IMPLIB="$abs_srcdir/server/$CORE_IMPLIB_FILE"
MK_IMPLIB="emximp"
other_targets="$other_targets os2core"
+ INSTALL_PROG_FLAGS="-e .exe"
;;
*)
if test "x$LTFLAGS" = "x"; then
|