mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. diff -dur rte-0.5.2/configure rte-0.5.2-patch/configure
  2. --- rte-0.5.2/configure 2004-05-21 22:30:01.000000000 +0000
  3. +++ rte-0.5.2-patch/configure 2004-06-19 23:08:47.000000000 +0000
  4. @@ -13225,4 +13225,4 @@
  5. Note mp1e is now configured as rte backend. To build the mp1e command
  6. line program, configure and make in mp1e/ instead. You can build
  7. rte and mp1e by configuring from other directories too.
  8. -"
  9. +" || true
  10. Nur in rte-0.5.2-patch: configure~.
  11. diff -dur rte-0.5.2/configure.in rte-0.5.2-patch/configure.in
  12. --- rte-0.5.2/configure.in 2004-05-21 05:34:08.000000000 +0000
  13. +++ rte-0.5.2-patch/configure.in 2004-06-19 23:09:10.000000000 +0000
  14. @@ -1,4 +1,4 @@
  15. -dnl Process this file with autoconf to produce a configure script.
  16. +Process this file with autoconf to produce a configure script.
  17. dnl $Id: configure.in,v 1.35 2004/05/21 05:34:08 mschimek Exp $
  18. AC_INIT(configure.in)
  19. @@ -210,4 +210,4 @@
  20. Note mp1e is now configured as rte backend. To build the mp1e command
  21. line program, configure and make in mp1e/ instead. You can build
  22. rte and mp1e by configuring from other directories too.
  23. -"
  24. +" || true
  25. Nur in rte-0.5.2-patch: configure.in~.