aboutsummaryrefslogtreecommitdiffstats
path: root/math/asir2000/files/patch-ag
blob: e10d05ec309b96453f4abffa8dcce2371b8d77a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- parse/glob.c.orig   Fri Jul 26 09:33:03 2002
+++ parse/glob.c    Fri Jul 26 14:38:01 2002
@@ -51,6 +51,7 @@
 #include "al.h"
 #include "parse.h"
 #include "ox.h"
+#include "version.h"
 #if PARI
 #include "genpari.h"
 #endif
@@ -669,8 +670,12 @@
    printf("Copyright (C) 1994-2000, all rights reserved, FUJITSU LABORATORIES LIMITED.\n");
    printf("Copyright 2000,2001, Risa/Asir committers, http://www.openxm.org/.\n");
    printf("GC 6.1(alpha5) copyright 2001, H-J. Boehm, A. J. Demers, Xerox, SGI, HP.\n");
-   printf("PARI 2.2.1(alpha), copyright (C) 2000,\n");
-   printf("     C. Batut, K. Belabas, D. Bernardi, H. Cohen and M. Olivier.\n");
+#if PARI
+   printf("%s.\n",PARI_VERSION);
+#endif
+#if LAPACK
+   printf("%s.\n",LAPACK_VERSION);
+#endif
 }