forked from sandywang/m4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
98 lines (62 loc) · 3.01 KB
/
ChangeLog
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
2006-02-14 Bert Vincent <bert@bic.mni.mcgill.ca>
* mni_REQUIRE_MNILIBS.m4 (mni_REQUIRE_MINC): If the user specifies
"--with-minc2", explicitly require zlib.
2005-04-02 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* acx_pthread.m4:
* ax_check_gl.m4:
* ax_check_glu.m4:
* ax_check_glut.m4:
* ax_lang_compiler_ms.m4: New. Macros from the GNU autoconf macro
archive http://www.gnu.org/software/ac-archive/. Added for
use in Display package.
* lf_link_headers.m4: New (adapted from macro found in geomview).
Added for use in SEAL package.
2003-11-16 Steve ROBBINS <stever@bic.mni.mcgill.ca>
* mni_REQUIRE_MNILIBS.m4 (mni_REQUIRE_EBTKS): Do not require MNI
libs.
2003-07-25 Steve ROBBINS <stever@bic.mni.mcgill.ca>
* mni_REQUIRE_OPENINVENTOR.m4 (mni_REQUIRE_QTGL): Revised change
of 2003-07-09. Do not mess with LDFLAGS nor CPPFLAGS if no QTDIR
set. Do not mess with the PATH.
2003-07-09 Jason Lerch <jason@bic.mni.mcgill.ca>
* mni_REQUIRE_OPENINVENTOR: changed the check for the QT library
so that it now takes the QTDIR environment variable into account.
2002-03-20 Jason Lerch <jason@bic.mni.mcgill.ca>
* mni_REQUIRE_MNILIBS: added EBTKS check
2001-12-17 Steve ROBBINS <stever@bic.mni.mcgill.ca>
* mni_REQUIRE_OPENINVENTOR.m4 (mni_REQUIRE_X11): Add -lXi to LIBS,
for the sake of SoQt.
2001-11-16 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* mni_REQUIRE_OPENINVENTOR.m4 (mni_REQUIRE_QTGL): Check
for moc and uic.
* smr_CGAL_MAKEFILE.m4: New. For CGAL-based projects.
2001-11-01 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* mni_REQUIRE_OPENINVENTOR.m4 (mni_REQUIRE_X11): Add
X11-related flags to CPPFLAGS and LDFLAGS.
2001-10-30 Steve ROBBINS <stever@bic.mni.mcgill.ca>
* mni_REQUIRE_OPENINVENTOR.m4: New macros mni_REQUIRE_X11,
mni_REQUIRE_GLU, mni_REQUIRE_QTGL.
2001-10-29 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* mni_REQUIRE_MNILIBS.m4 (mni_REQUIRE_BICINVENTOR): New.
2001-10-28 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* README (EXTRA_DIST): Include explicit list of m4 files,
handy for cut'n'paste --- if kept up-to-date!
2001-10-23 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* mni_REQUIRE_OPENINVENTOR.m4 (mni_REQUIRE_GL): New.
(mni_REQUIRE_OPENINVENTOR): Simplified using the above.
(mni_REQUIRE_QT): New.
(mni_REQUIRE_SOQT): Simplified using the preceding and
mni_REQUIRE_LIB. Removed explicit -lXi from LIBS; should probably
use AC_PATH_XTRA or something.
* mni_REQUIRE_MNILIBS.m4 (mni_REQUIRE_OOBICPL): Simplified using
mni_REQUIRE_LIB.
2001-10-18 Jason Lerch <jason@bic.mni.mcgill.ca>
* mni_REQUIRE_OPENINVENTOR.m4: added a new function that checks
for SoQt and added a check for GL into the main function.
2001-09-14 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* README: Add note about EXTRA_DIST.
2001-09-12 Jason Lerch <jason@bic.mni.mcgill.ca>
* mni_REQUIRE_MNILIBS.m4: Added check for oobicpl
2001-09-10 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* README:
* mni_CXX_HAVE_KOENIG_LOOKUP.m4: New.