File: autoconf-2.53.diff

package info (click to toggle)
heartbeat 1.2.3-9sarge6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,624 kB
  • ctags: 6,899
  • sloc: ansic: 62,433; sh: 16,470; perl: 1,982; makefile: 1,100; yacc: 144; lex: 69
file content (15 lines) | stat: -rw-r--r-- 716 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- configure.in	Mon Oct  7 15:31:58 2002
+++ configure.out	Mon Oct  7 15:38:59 2002
@@ -981,8 +981,10 @@
 dnl do not change this line #1!
 dnl do not change this line #2!
 dnl do not change this line #3!
-dnl LTLIBOBJS=`echo X"$LIB@&t@OBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
-LTLIBOBJS=`echo X"$LIBOBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
+dnl This version is this incompatible with older versions of autoconf
+AC_PREREQ(2.53)
+LTLIBOBJS=`echo X"$LIB@&t@OBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
+dnl LTLIBOBJS=`echo X"$LIBOBJS"|[$Xsed -e "s,\.[^.]* ,.lo ,g;s,\.[^.]*$,.lo,"]`
 dnl do not change this line #4!
 dnl do not change this line #5!
 dnl do not change this line #6!