PatchSet 7339 Date: 2006/07/15 10:26:00 Author: robilad Branch: HEAD Tag: (none) Log: small warning fix for config.status
2006-07-15 Dalibor Topic <[EMAIL PROTECTED]> * configure.ac: (KAFFEVM_TRAMPOLINES_S) Removed unnecessary top_srcdir part, fixing a config.status warning. Members: ChangeLog:1.4842->1.4843 configure:1.554->1.555 configure.ac:1.232->1.233 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.4842 kaffe/ChangeLog:1.4843 --- kaffe/ChangeLog:1.4842 Fri Jul 14 21:24:57 2006 +++ kaffe/ChangeLog Sat Jul 15 10:26:00 2006 @@ -1,3 +1,8 @@ +2006-07-15 Dalibor Topic <[EMAIL PROTECTED]> + + * configure.ac: (KAFFEVM_TRAMPOLINES_S) Removed unnecessary + top_srcdir part, fixing a config.status warning. + 2006-07-14 Dalibor Topic <[EMAIL PROTECTED]> Fixed build again for interpreter-only architectures. Index: kaffe/configure diff -u kaffe/configure:1.554 kaffe/configure:1.555 --- kaffe/configure:1.554 Fri Jul 14 20:21:41 2006 +++ kaffe/configure Sat Jul 15 10:26:08 2006 @@ -25546,7 +25546,7 @@ echo "$as_me:$LINENO: checking for trampolines" >&5 echo $ECHO_N "checking for trampolines... $ECHO_C" >&6 if test -f $srcdir/config/$Khost_cpu/trampolines.S ; then - KAFFEVM_TRAMPOLINES_S="\$(top_srcdir)/config/$Khost_cpu/trampolines.S" + KAFFEVM_TRAMPOLINES_S="config/$Khost_cpu/trampolines.S" echo "$as_me:$LINENO: result: yes" >&5 echo "${ECHO_T}yes" >&6 else Index: kaffe/configure.ac diff -u kaffe/configure.ac:1.232 kaffe/configure.ac:1.233 --- kaffe/configure.ac:1.232 Fri Jul 14 20:21:53 2006 +++ kaffe/configure.ac Sat Jul 15 10:26:16 2006 @@ -932,7 +932,7 @@ if test x"$with_engine" != x"intrp" ; then AC_MSG_CHECKING(for trampolines) if test -f $srcdir/config/$Khost_cpu/trampolines.S ; then - KAFFEVM_TRAMPOLINES_S="\$(top_srcdir)/config/$Khost_cpu/trampolines.S" + KAFFEVM_TRAMPOLINES_S="config/$Khost_cpu/trampolines.S" AC_MSG_RESULT(yes) else AC_MSG_ERROR(does not support trampolines - now mandatory) _______________________________________________ kaffe mailing list kaffe@kaffe.org http://kaffe.org/cgi-bin/mailman/listinfo/kaffe