Browse Source

starpu_machine_display: use PACKAGE_BUGREPORT instead of harcoding the adress.

Cyril Roelandt 13 years ago
parent
commit
d75cf3a4ac
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tools/starpu_machine_display.c

+ 2 - 2
tools/starpu_machine_display.c

@@ -13,7 +13,7 @@
  *
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
-
+#include <config.h>
 #include <stdio.h>
 #include <starpu.h>
 
@@ -91,7 +91,7 @@ Options:                                                      \n\
 	-h, --help       display this help and exit           \n\
 	-v, --version    output version information and exit  \n\
                                                               \n\
-Report bugs to <starpu-bugs@lists.gforge.inria.fr>",
+Report bugs to <" PACKAGE_BUGREPORT ">.",
 PROGNAME, PROGNAME);
 	}
 	else if (strncmp(argv[1], "--version", 9) == 0 ||