]> git.pld-linux.org Git - packages/Eterm.git/blob - Eterm-am_fix.patch
- libtool doesn't correclty handle asm source with AM_PROG_AS macro, define it in...
[packages/Eterm.git] / Eterm-am_fix.patch
1 --- ./configure.in.org  Fri Aug 24 02:22:54 2001
2 +++ ./configure.in      Fri Jan 25 22:16:04 2002
3 @@ -82,6 +82,10 @@
4  AC_ARG_PROGRAM
5  
6  AM_PROG_LIBTOOL
7 +AS='${CC}'
8 +ASFLAGS='${CFLAGS} ${DEFAULT_INCLUDES}'
9 +AC_SUBST(ASFLAGS)
10 +AC_SUBST(AS)
11  
12  dnl# Where are we?
13  AC_MSG_CHECKING(for distribution root)
This page took 0.055033 seconds and 4 git commands to generate.