]> git.pld-linux.org Git - packages/asc.git/blame - asc-ac_fix.patch
- 1.14.0.0
[packages/asc.git] / asc-ac_fix.patch
CommitLineData
f47f5b6a
MM
1--- configure.in.orig Sat Apr 27 18:32:43 2002
2+++ configure.in Mon Aug 12 14:51:55 2002
3@@ -301,17 +301,13 @@
4
5 dnl for libtool to work LTLIBOJS is needed (currently bug of autoconf)
6-Xsed="sed -e s/^X//"
7-LTLIBOBJS=`echo X"$LIBOBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
8+LTLIBOBJS=`echo "$LIB@&t@OBJS"|sed -e "s,\.[[^.]]* ,.lo ,g;s,\.[[^.]]*$,.lo,"`
9 AC_SUBST(LTLIBOBJS)
10
11 AC_OUTPUT( Makefile source/Makefile source/docs/Makefile \
12 source/docs/en/Makefile source/sdl/Makefile \
13 source/libs/triangul/Makefile source/libs/Makefile \
14 source/ai/Makefile source/unix/Makefile doc/manpages/Makefile \
15- source/Makefile source/docs/Makefile source/clparser/Makefile \
16- source/docs/en/Makefile source/sdl/Makefile \
17- source/libs/triangul/Makefile source/libs/Makefile \
18- source/ai/Makefile source/unix/Makefile \
19+ source/clparser/Makefile \
20 source/unix/mapeditor/Makefile source/tools/Makefile \
21 source/tools/lib/Makefile source/tools/linux/Makefile \
22 data/Makefile data/dialog/Makefile data/music/Makefile \
23
This page took 0.026239 seconds and 4 git commands to generate.