output configure options when looking at --version
authorArun Persaud <arun@nubati.net>
Sat, 23 Nov 2013 18:17:39 +0000 (10:17 -0800)
committerArun Persaud <arun@nubati.net>
Sat, 23 Nov 2013 18:17:39 +0000 (10:17 -0800)
gtk/xboard.c
xaw/xboard.c

index cf1b4e0..33aa548 100644 (file)
@@ -727,7 +727,7 @@ main (int argc, char **argv)
     debugFP = stderr;
 
     if(argc > 1 && (!strcmp(argv[1], "-v" ) || !strcmp(argv[1], "--version" ))) {
-       printf("%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
+        printf("%s version %s\n\n  configure options: %s\n", PACKAGE_NAME, PACKAGE_VERSION, CONFIGURE_OPTIONS);
        exit(0);
     }
 
index 4b4d864..b59b961 100644 (file)
@@ -1107,7 +1107,7 @@ main (int argc, char **argv)
     debugFP = stderr;
 
     if(argc > 1 && (!strcmp(argv[1], "-v" ) || !strcmp(argv[1], "--version" ))) {
-       printf("%s version %s\n", PACKAGE_NAME, PACKAGE_VERSION);
+      printf("%s version %s\n\n  configure options: %s\n", PACKAGE_NAME, PACKAGE_VERSION, CONFIGURE_OPTIONS);
        exit(0);
     }