aboutsummaryrefslogtreecommitdiff
path: root/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.46&hideattic=0&sortby=rev
blob: 143dbb0755fb3178a28d1e1dcd7b227970304a68 (plain)
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
	<TITLE>nevrax.org : cvs</TITLE>
		<META  name="keywords" content="freesoftware,nel,newt,snowballs,richard stallman,GNU,Multi-User Online World">

	<LINK REL=stylesheet TYPE="text/css" HREF="/inc/css/nevrax.css">
</HEAD>
<BODY MARGINHEIGHT="0" MARGINWIDTH="0">

<!-- uplinks -->
<TABLE CELLSPACING=0 CELLPADDING=0  BORDER=0>
 <TR>
        <TD WIDTH=16><IMG  SRC="/inc/img/pixel.gif" WIDTH="16" HEIGHT="16" BORDER=0 ALT=""></TD>
        <TD WIDTH=140 BGCOLOR=#dddddd><IMG  SRC="/inc/img/pixel.gif" WIDTH="140" HEIGHT="16" BORDER=0 ALT=""></TD>
        <TD WIDTH=16><IMG  SRC="/inc/img/pixel.gif" WIDTH="16" HEIGHT="16" BORDER=0 ALT=""></TD>
        <TD><IMG width=6 height=14 SRC="/inc/img/reddots.gif" ALT="#" VSPACE=2 HSPACE=2 BORDER=0 ></TD><TD VALIGN=middle>&nbsp;<A CLASS=uplinks HREF='/'><b>Home</B></FONT></A>&nbsp;&nbsp;&nbsp;</TD>
        <TD><IMG  width=6 height=14  SRC="/inc/img/reddots.gif" ALT="#" VSPACE=2 HSPACE=2 BORDER=0 ></TD><TD VALIGN=middle>&nbsp;<A CLASS=uplinks HREF=><b>nevrax.com</B></FONT></A>&nbsp;&nbsp;&nbsp;</TD>
 </TR>
</TABLE> 

<!-- banner Nevrax -->
<TABLE CELLSPACING=0 CELLPADDING=0  BORDER=0 WIDTH=100%>
 <TR><TD  BGCOLOR="#000000" BACKGROUND="/inc/img/black_banner.jpg"><A HREF=""><IMG  SRC="/inc/img/nevrax.gif" WIDTH="170" HEIGHT="45" BORDER=0 ALT="Nevrax" ></A></TD></TR>
</TABLE>

<!-- main table -->
<TABLE CELLSPACING=0 CELLPADDING=0  BORDER=0 height=100%>
 <TR>
	<TD WIDTH=16><IMG  SRC="/inc/img/pixel.gif" WIDTH="16" HEIGHT="10" BORDER=0 ALT=""></TD>
	<TD WIDTH=140   BGCOLOR=#dddddd VALIGN=TOP ALIGN=middle><IMG  SRC="/inc/img/pixel.gif" WIDTH="140" HEIGHT="10" BORDER=0 ALT="">

		<!------ Begin Box ------>
		<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR=black><TR><TD><TABLE border=0  cellspacing=2 cellpadding=0 width=120><tr><TD ALIGN=middle bgcolor=black>
		<FONT COLOR=white FACE="sans-serif"><B>Nevrax.org</B></FONT></TD></TR><tr><td  colspan=2 bgcolor=#FFFFFF>
		<TABLE cellspacing=0 cellpadding=1 border=0>
			<tr><td ALIGN=middle><a  class='linkbox' href="/news/" TITLE="Rubrique news"><img width=13 height=15  hspace=5 border=0 src=/inc/img/picto-news.gif ALT=#></A></td><td><a  class='linkbox' href="/news/" TITLE="News">News</a></td></tr>
			<tr><td ALIGN=middle><a  class='linkbox' href="/mail/" TITLE="Rubrique mail"><img width=15 height=11  hspace=5 border=0 src=/inc/img/picto-mail.gif ALT=#></A></td><td><a  class='linkbox' href="/mail/" TITLE="Mailing list archive">Mailing-list</a></td></tr>
			<tr><td ALIGN=middle><a  class='linkbox' href="/docs/" TITLE="Rubrique docs"><img width=14 height=16  hspace=5 border=0 src=/inc/img/picto-docs.gif ALT=#></A></td><td><a  class='linkbox' href="/docs/" TITLE="Documentation">Documentation</a></td></tr>
			<tr><td ALIGN=middle><a  class='linkbox' href="/cvs/" TITLE="Rubrique cvs"><img width=13 height=17  hspace=5 border=0 src=/inc/img/picto-cvs.gif ALT=#></A></td><td><a  class='linkbox' href="/cvs/" TITLE="CVS Web">CVS</a></td></tr>
			<tr><td ALIGN=middle><a  class='linkbox' href="/bugs/" TITLE="Rubrique bugs"><img width=20 height=16  hspace=5 border=0 src=/inc/img/picto-bugs.gif ALT=#></A></td><td><a  class='linkbox' href="/bugs/" TITLE="Bugtracking">Bugs</a></td></tr>
			<tr><td ALIGN=middle><a  class='linkbox' href="/free/" TITLE="Rubrique license"><img width=18 height=12  hspace=5 border=0 src=/inc/img/picto-free.gif ALT=#></A></td><td><a  class='linkbox' href="/free/" TITLE="Free Software">Free software</a></td></tr>
		</TABLE>
		</TD></TR></TABLE></TD></TR></TABLE>
		<!------ End Box  ------>

	</TD>
	<TD WIDTH=15><IMG  SRC="/inc/img/pixel.gif" WIDTH="16" HEIGHT="16" BORDER=0 ALT=""></TD>
	<TD ALIGN=left valign=top><IMG  SRC="/inc/img/pixel.gif" WIDTH="140" HEIGHT="10" BORDER=0 ALT="">

<!-- title -->
<TABLE  background="/inc/img/redline.gif" CELLSPACING=0 CELLPADDING=0  BORDER=0 width=100%><tr><td>
<A HREF="/cvs/"><img src="/inc/img/t_cvs.gif" ALT="cvs"  HEIGHT=20 BORDER=0></A>
</td><td><IMG  SRC="/inc/img/pixel.gif" WIDTH="1" HEIGHT="1" BORDER=0 ALT="">
</td></tr></table>

<!-- title -->
<table width=100%><tr><td align=left><b> <a href="/cvs/cvsweb.cgi/?hideattic=0&amp;sortby=rev">Nevrax</a> / <a href="/cvs/cvsweb.cgi/code/?hideattic=0&amp;sortby=rev">code</a> / <a href="/cvs/cvsweb.cgi/code/nel/?hideattic=0&amp;sortby=rev">nel</a> / configure.in</b></td><td align=right><b></b></td></TR></TABLE>

<!-- block -->
<TABLE  bgcolor="#dddddd" CELLSPACING=0 CELLPADDING=0  BORDER=0 width=100%><tr><td width=1% valign=middle><img width=6 height=14 hspace=2 vspace=2 src="/inc/img/reddots.gif"></TD>
	<TD><B>configure.in</B></TD>
	<TD ALIGN=RIGHT> </td>
</tr></table>
<P>
<p>Default branch: MAIN<BR>
<HR size=1 NOSHADE><P><a NAME="rev1.71"></a><a NAME="georges_v2"></a><a NAME="HEAD"></a><a NAME="MAIN"></a>
 Revision <A HREF="configure.in?rev=1.71&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.71</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.71&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.71&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.71&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.71&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon May 13 15:44:57 2002 UTC</i> (2 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>CVS Tags: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=georges_v2">georges_v2</A>,
<A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=HEAD">HEAD</A>
</b><BR>Changes since <b>1.70: +57 -44
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.70&amp;r2=1.71&amp;hideattic=0&amp;sortby=rev">1.70</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.71&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Ported some of Ne:'s 3d tools to te GNU/Linux platform. Added 'zone_lib' wich contain some utilities used by the ported tools. Fixed the DSP file to point to that lib files too intead to the zone_welder files.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.70"></a>
 Revision <A HREF="configure.in?rev=1.70&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.70</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.70&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.70&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.70&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.70&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Apr 25 17:53:36 2002 UTC</i> (3 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.69: +13 -10
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.69&amp;r2=1.70&amp;hideattic=0&amp;sortby=rev">1.69</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.70&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
#Some cleanup
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.69"></a>
 Revision <A HREF="configure.in?rev=1.69&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.69</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.69&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.69&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.69&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.69&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Apr 17 07:23:45 2002 UTC</i> (3 months, 1 week ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.68: +4 -3
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.68&amp;r2=1.69&amp;hideattic=0&amp;sortby=rev">1.68</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.69&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
CHANGED: include nelconfig.h only if HAVE_NELCONFIG is defined (used to avoid HAVE_CONFIG conflict with other project)
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.68"></a>
 Revision <A HREF="configure.in?rev=1.68&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.68</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.68&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.68&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.68&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.68&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Apr 16 16:00:31 2002 UTC</i> (3 months, 1 week ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.67: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.67&amp;r2=1.68&amp;hideattic=0&amp;sortby=rev">1.67</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.68&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED: endianess detection on linux
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.67"></a>
 Revision <A HREF="configure.in?rev=1.67&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.67</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.67&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.67&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.67&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.67&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Apr 16 12:01:39 2002 UTC</i> (3 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.66: +3 -6
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.66&amp;r2=1.67&amp;hideattic=0&amp;sortby=rev">1.66</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.67&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED a configure option to explicitly activate the use of the ccache (<A HREF="http://ccache.samba.org">http://ccache.samba.org</A>) utility.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.66"></a>
 Revision <A HREF="configure.in?rev=1.66&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.66</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.66&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.66&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.66&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.66&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Apr 15 12:54:16 2002 UTC</i> (3 months, 1 week ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.65: +7 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.65&amp;r2=1.66&amp;hideattic=0&amp;sortby=rev">1.65</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.66&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED: HAVE_X86 for intel proc detection (thanks to Guillaume Morin)
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.65"></a>
 Revision <A HREF="configure.in?rev=1.65&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.65</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.65&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.65&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.65&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.65&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Apr 15 12:04:16 2002 UTC</i> (3 months, 1 week ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.64: +6 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.64&amp;r2=1.65&amp;hideattic=0&amp;sortby=rev">1.64</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.65&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED: ccache detection
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.64"></a>
 Revision <A HREF="configure.in?rev=1.64&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.64</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.64&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.64&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.64&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.64&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Apr 15 09:44:41 2002 UTC</i> (3 months, 1 week ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.63: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.63&amp;r2=1.64&amp;hideattic=0&amp;sortby=rev">1.63</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.64&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED: AC_CANONICAL_HOST
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.63"></a>
 Revision <A HREF="configure.in?rev=1.63&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.63</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.63&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.63&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.63&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.63&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Mar 26 14:37:46 2002 UTC</i> (4 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.62: +10 -7
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.62&amp;r2=1.63&amp;hideattic=0&amp;sortby=rev">1.62</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.63&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
BUGFIXES on several smalls points of doing smalls tasks of the autotools process which were a problem for the debian packaging.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.62"></a>
 Revision <A HREF="configure.in?rev=1.62&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.62</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.62&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.62&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.62&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.62&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Mar 26 13:52:57 2002 UTC</i> (4 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.61: +6 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.61&amp;r2=1.62&amp;hideattic=0&amp;sortby=rev">1.61</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.62&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Added LibXml as Mandatory for NeL and made some fixes in that way.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.61"></a>
 Revision <A HREF="configure.in?rev=1.61&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.61</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.61&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.61&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.61&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.61&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Mar 21 10:54:37 2002 UTC</i> (4 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.60: +15 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.60&amp;r2=1.61&amp;hideattic=0&amp;sortby=rev">1.60</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.61&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add Georges in the GNU/Linux compilation proccess. It nned to be activated with the configure option --enable-georges. AM_PATH_NEL takes a nwe argument (yes/no value) for the cheking of NeL Georges.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.60"></a>
 Revision <A HREF="configure.in?rev=1.60&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.60</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.60&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.60&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.60&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.60&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Mar 19 17:42:48 2002 UTC</i> (4 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.59: +17 -6
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.59&amp;r2=1.60&amp;hideattic=0&amp;sortby=rev">1.59</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.60&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Applied patches which help to have a clen install on GNU/Linux and to make a Debian package (changes on the management of config and log files, bugfixes, etc ...)
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.59"></a>
 Revision <A HREF="configure.in?rev=1.59&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.59</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.59&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.59&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.59&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.59&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Jan 28 15:22:19 2002 UTC</i> (5 months, 4 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.58: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.58&amp;r2=1.59&amp;hideattic=0&amp;sortby=rev">1.58</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.59&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
BUGFIX: OpenAL is used by NeL Sound and not by NeL 3D, so it's mandatory when NeL Sound is enable and not when it's NeL 3D which is enable.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.58"></a>
 Revision <A HREF="configure.in?rev=1.58&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.58</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.58&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.58&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.58&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.58&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Jan 10 14:33:20 2002 UTC</i> (6 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.57: +6 -6
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.57&amp;r2=1.58&amp;hideattic=0&amp;sortby=rev">1.57</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.58&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
BUGFIX , cleanup and, support for minimum python version required in the configure scripts.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.57"></a>
 Revision <A HREF="configure.in?rev=1.57&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.57</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.57&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.57&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.57&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.57&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Jan 10 10:47:23 2002 UTC</i> (6 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.56: +30 -19
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.56&amp;r2=1.57&amp;hideattic=0&amp;sortby=rev">1.56</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.57&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Changed the default compiler from C to C++ to run the configure.in's AM_PATH_XML2 macro to fix the libxml test crash. Thanks to Ian Cahoon &lt;<A HREF="mailto:ian@cahoononline.com">ian@cahoononline.com</A>&gt; for the patch.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.56"></a>
 Revision <A HREF="configure.in?rev=1.56&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.56</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.56&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.56&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.56&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.56&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Jan  7 16:09:52 2002 UTC</i> (6 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.55: +18 -342
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.55&amp;r2=1.56&amp;hideattic=0&amp;sortby=rev">1.55</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.56&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Rewrited NeL, NeLNS, and Snowballs configure.in scripts.
ADDED an 'acinclude.m4' file which contain all M4 macros to check paths of the libraries that we need and macros to check the intalation of NeL. This file is placed in the code directory and there is symbolic links to that file in the 'nel', 'nelns' and 'snowballs2' directories.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.55"></a>
 Revision <A HREF="configure.in?rev=1.55&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.55</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.55&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.55&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.55&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.55&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Nov  7 16:25:13 2001 UTC</i> (8 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.54: +7 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.54&amp;r2=1.55&amp;hideattic=0&amp;sortby=rev">1.54</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.55&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
BUGFIX on the libs options list for nel.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.54"></a>
 Revision <A HREF="configure.in?rev=1.54&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.54</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.54&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.54&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.54&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.54&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Oct 31 09:54:43 2001 UTC</i> (8 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.53: +3 -3
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.53&amp;r2=1.54&amp;hideattic=0&amp;sortby=rev">1.53</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.54&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add the '-ftemplate-depth-24' option to the compiler to fix a template instantiation depth exceed.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.53"></a>
 Revision <A HREF="configure.in?rev=1.53&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.53</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.53&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.53&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.53&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.53&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Oct  9 13:48:11 2001 UTC</i> (9 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.52: +2 -5
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.52&amp;r2=1.53&amp;hideattic=0&amp;sortby=rev">1.52</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.53&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Removed Testing on the #D library for libXML ... that's a terrible mistake :-(
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.52"></a>
 Revision <A HREF="configure.in?rev=1.52&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.52</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.52&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.52&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.52&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.52&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Oct  9 13:43:06 2001 UTC</i> (9 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.51: +5 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.51&amp;r2=1.52&amp;hideattic=0&amp;sortby=rev">1.51</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.52&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADD checking on LibXML only when NeL 3D library is enable.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.51"></a>
 Revision <A HREF="configure.in?rev=1.51&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.51</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.51&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.51&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.51&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.51&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Oct  8 14:52:19 2001 UTC</i> (9 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.50: +8 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.50&amp;r2=1.51&amp;hideattic=0&amp;sortby=rev">1.50</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.51&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADD LibXML requirement and checking for GNU/Linux platforms.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.50"></a><a NAME="nel_0_4"></a><a NAME="demo_0_1"></a>
 Revision <A HREF="configure.in?rev=1.50&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.50</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.50&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.50&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.50&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.50&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Aug  9 15:40:37 2001 UTC</i> (11 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>CVS Tags: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=nel_0_4">nel_0_4</A>,
<A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=demo_0_1">demo_0_1</A>
</b><BR>Changes since <b>1.49: +12 -11
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.49&amp;r2=1.50&amp;hideattic=0&amp;sortby=rev">1.49</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.50&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Comment the test on the given STLPorts options to configure.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.49"></a>
 Revision <A HREF="configure.in?rev=1.49&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.49</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.49&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.49&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.49&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.49&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Aug  8 17:08:23 2001 UTC</i> (11 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.48: +12 -28
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.48&amp;r2=1.49&amp;hideattic=0&amp;sortby=rev">1.48</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.49&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Fixed some OpenAL checking error.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.48"></a>
 Revision <A HREF="configure.in?rev=1.48&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.48</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.48&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.48&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.48&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.48&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Aug  8 09:37:04 2001 UTC</i> (11 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.47: +10 -10
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.47&amp;r2=1.48&amp;hideattic=0&amp;sortby=rev">1.47</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.48&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
FIXED a bug on NeL configure.in STLPort options and update the INSTALL file.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.47"></a>
 Revision <A HREF="configure.in?rev=1.47&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.47</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.47&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.47&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.47&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.47&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Fri Aug  3 16:36:50 2001 UTC</i> (11 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.46: +178 -76
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.47&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED blocking warningonly if the deoendant module is active in the compilation/install process and do some cometic on thes file (NeL's configure.in).
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.46"></a>
 Revision <A HREF="configure.in?rev=1.46&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.46</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.46&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.46&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.46&amp;hideattic=0&amp;sortby=rev">annotate</a> - <b>[selected]</b>, <i>Thu Aug  2 15:58:55 2001 UTC</i> (11 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.45: +68 -30
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.45&amp;r2=1.46&amp;hideattic=0&amp;sortby=rev">1.45</A>
<PRE>
ADDED --without-stlport to compile (or at least) the beast (NeL) with GCC STLs.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.45"></a>
 Revision <A HREF="configure.in?rev=1.45&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.45</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.45&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.45&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.45&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.45&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Aug  1 17:15:45 2001 UTC</i> (11 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.44: +39 -32
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.44&amp;r2=1.45&amp;hideattic=0&amp;sortby=rev">1.44</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.45&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
# Cosmetics change on NeL's configure.in file.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.44"></a>
 Revision <A HREF="configure.in?rev=1.44&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.44</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.44&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.44&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.44&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.44&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Aug  1 10:38:58 2001 UTC</i> (11 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.43: +40 -13
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.43&amp;r2=1.44&amp;hideattic=0&amp;sortby=rev">1.43</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.44&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
FIXED in NeL some bugs and clean enable/disable modules process. AI and Sound modules have to be explicitly enable to compil and install on Linux.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.43"></a>
 Revision <A HREF="configure.in?rev=1.43&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.43</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.43&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.43&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.43&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.43&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Aug  1 09:22:31 2001 UTC</i> (11 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.42: +5 -5
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.42&amp;r2=1.43&amp;hideattic=0&amp;sortby=rev">1.42</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.43&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
REMOVED (comment) NeL AI from the default Linux compilation and intall process.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.42"></a>
 Revision <A HREF="configure.in?rev=1.42&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.42</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.42&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.42&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.42&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.42&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Aug  1 09:20:08 2001 UTC</i> (11 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.41: +5 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.41&amp;r2=1.42&amp;hideattic=0&amp;sortby=rev">1.41</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.42&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED NeL sound Makefile creation. NeL Sound is not in the default compilation and install process.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.41"></a>
 Revision <A HREF="configure.in?rev=1.41&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.41</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.41&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.41&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.41&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.41&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Fri Jul 27 17:25:40 2001 UTC</i> (12 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.40: +1 -8
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.40&amp;r2=1.41&amp;hideattic=0&amp;sortby=rev">1.40</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.41&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
FIXED a NeL compilation problem, know the compilation works with AND without VPATH.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.40"></a>
 Revision <A HREF="configure.in?rev=1.40&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.40</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.40&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.40&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.40&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.40&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Fri Jul 27 16:06:15 2001 UTC</i> (12 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.39: +8 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.39&amp;r2=1.40&amp;hideattic=0&amp;sortby=rev">1.39</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.40&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED NeL PACS to the default compilation and installation process.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.39"></a>
 Revision <A HREF="configure.in?rev=1.39&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.39</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.39&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.39&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.39&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.39&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Jun 21 16:34:44 2001 UTC</i> (13 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.38: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.38&amp;r2=1.39&amp;hideattic=0&amp;sortby=rev">1.38</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.39&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED NeL PACS makefile generation but PACS directory wasn't put in the sub-directories list and that will be done when the code will compile on GNU/Linux.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.38"></a>
 Revision <A HREF="configure.in?rev=1.38&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.38</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.38&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.38&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.38&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.38&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Jun 18 12:46:14 2001 UTC</i> (13 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.37: +8 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.37&amp;r2=1.38&amp;hideattic=0&amp;sortby=rev">1.37</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.38&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED $srcdir/src in NeL default include search path.
REMOVED NeL 3d tmp include dir from the compilation / install process.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.37"></a>
 Revision <A HREF="configure.in?rev=1.37&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.37</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.37&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.37&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.37&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.37&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Jun 13 18:05:00 2001 UTC</i> (13 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.36: +72 -29
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.36&amp;r2=1.37&amp;hideattic=0&amp;sortby=rev">1.36</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.37&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the ability to disable the compilation and install process for the Network, the 3D and the AI part of NeL. This is done by giving a --disable-ARG argument to the configure script.
ADDED a Makefile.am file in each NeL include subdirectory for a better modularity.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.36"></a>
 Revision <A HREF="configure.in?rev=1.36&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.36</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.36&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.36&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.36&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.36&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed May  2 17:11:33 2001 UTC</i> (14 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.35: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.35&amp;r2=1.36&amp;hideattic=0&amp;sortby=rev">1.35</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.36&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the nel-config.in file and the needed information to generate the nel-config script.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.35"></a>
 Revision <A HREF="configure.in?rev=1.35&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.35</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.35&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.35&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.35&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.35&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed May  2 14:25:47 2001 UTC</i> (14 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.34: +3 -3
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.34&amp;r2=1.35&amp;hideattic=0&amp;sortby=rev">1.34</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.35&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
# FIXED some stupid text spelling errors.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.34"></a>
 Revision <A HREF="configure.in?rev=1.34&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.34</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.34&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.34&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.34&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.34&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Apr 12 12:41:49 2001 UTC</i> (15 months, 2 weeks ago) by <i>dayta_at_ucc.gu.uwa.edu.au</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.33: +28 -4
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.33&amp;r2=1.34&amp;hideattic=0&amp;sortby=rev">1.33</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.34&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the X11 fullscreen mode feature.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.33"></a>
 Revision <A HREF="configure.in?rev=1.33&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.33</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.33&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.33&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.33&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.33&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Apr 10 14:22:58 2001 UTC</i> (15 months, 2 weeks ago) by <i>loic_at_senga.org</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.32: +15 -14
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.32&amp;r2=1.33&amp;hideattic=0&amp;sortby=rev">1.32</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.33&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
# REMOVED double quote characters in the macros string.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.32"></a>
 Revision <A HREF="configure.in?rev=1.32&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.32</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.32&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.32&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.32&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.32&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Apr 10 13:44:50 2001 UTC</i> (15 months, 2 weeks ago) by <i>loic_at_senga.org</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.31: +57 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.31&amp;r2=1.32&amp;hideattic=0&amp;sortby=rev">1.31</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.32&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED configure(s) arguments --with-debug and --without-debug to change
gcc arguments (-g -O -O3 etc ...).
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.31"></a>
 Revision <A HREF="configure.in?rev=1.31&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.31</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.31&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.31&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.31&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.31&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Apr  3 12:32:21 2001 UTC</i> (15 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.30: +3 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.30&amp;r2=1.31&amp;hideattic=0&amp;sortby=rev">1.30</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.31&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the src/ai/tools directory content to the compilation system.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.30"></a>
 Revision <A HREF="configure.in?rev=1.30&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.30</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.30&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.30&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.30&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.30&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Mar 26 09:10:40 2001 UTC</i> (16 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.29: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.29&amp;r2=1.30&amp;hideattic=0&amp;sortby=rev">1.29</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.30&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the src/ai/character directory to the GNU/Linux compilation system.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.29"></a>
 Revision <A HREF="configure.in?rev=1.29&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.29</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.29&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.29&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.29&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.29&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Mar 15 19:33:01 2001 UTC</i> (16 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.28: +46 -17
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.28&amp;r2=1.29&amp;hideattic=0&amp;sortby=rev">1.28</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.29&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED automatic detection and NeL setup for Python headers and include files.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.28"></a>
 Revision <A HREF="configure.in?rev=1.28&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.28</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.28&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.28&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.28&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.28&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Mar 15 09:59:53 2001 UTC</i> (16 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.27: +9 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.27&amp;r2=1.28&amp;hideattic=0&amp;sortby=rev">1.27</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.28&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the _REENTRANT define to CXXFLAGS for a correct use of the Threads.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.27"></a>
 Revision <A HREF="configure.in?rev=1.27&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.27</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.27&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.27&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.27&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.27&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Mar 14 17:34:32 2001 UTC</i> (16 months, 2 weeks ago) by <i>loic_at_senga.org</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.26: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.26&amp;r2=1.27&amp;hideattic=0&amp;sortby=rev">1.26</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.27&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
BUGFIX: removed the quote character in the GL/glext checking message.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.26"></a>
 Revision <A HREF="configure.in?rev=1.26&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.26</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.26&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.26&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.26&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.26&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Mar 14 17:13:45 2001 UTC</i> (16 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.25: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.25&amp;r2=1.26&amp;hideattic=0&amp;sortby=rev">1.25</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.26&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
BUGFIX : fixed a mispelling in the LIBS shell variable.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.25"></a>
 Revision <A HREF="configure.in?rev=1.25&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.25</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.25&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.25&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.25&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.25&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Mar 14 16:58:34 2001 UTC</i> (16 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.24: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.24&amp;r2=1.25&amp;hideattic=0&amp;sortby=rev">1.24</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.25&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED the src/ai/nimat directoryi content to the compilation process.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.24"></a>
 Revision <A HREF="configure.in?rev=1.24&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.24</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.24&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.24&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.24&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.24&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Mar 14 15:52:10 2001 UTC</i> (16 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.23: +19 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.23&amp;r2=1.24&amp;hideattic=0&amp;sortby=rev">1.23</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.24&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
ADDED checking on the X11 include an lib paths for the compiler.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.23"></a>
 Revision <A HREF="configure.in?rev=1.23&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.23</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.23&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.23&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.23&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.23&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Feb 26 17:46:48 2001 UTC</i> (17 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.22: +9 -9
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.22&amp;r2=1.23&amp;hideattic=0&amp;sortby=rev">1.22</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.23&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Fix some the OpenGL/Mesa checking.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.22"></a>
 Revision <A HREF="configure.in?rev=1.22&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.22</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.22&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.22&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.22&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.22&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Feb 20 13:20:07 2001 UTC</i> (17 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.21: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.21&amp;r2=1.22&amp;hideattic=0&amp;sortby=rev">1.21</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.22&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Chang the GL/glext.h checking error message to link to SGI's website.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.21"></a>
 Revision <A HREF="configure.in?rev=1.21&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.21</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.21&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.21&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.21&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.21&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Feb 19 16:27:32 2001 UTC</i> (17 months, 1 week ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.20: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.20&amp;r2=1.21&amp;hideattic=0&amp;sortby=rev">1.20</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.21&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
# Change the Freetype website from www.freetype.org to freetype.sourceforge.net
because it's down for a long time.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.20"></a><a NAME="proto_0_2"></a><a NAME="nel_0_3"></a>
 Revision <A HREF="configure.in?rev=1.20&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.20</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.20&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.20&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.20&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.20&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Feb  6 14:13:40 2001 UTC</i> (17 months, 2 weeks ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>CVS Tags: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=proto_0_2">proto_0_2</A>,
<A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=nel_0_3">nel_0_3</A>
</b><BR>Changes since <b>1.19: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.19&amp;r2=1.20&amp;hideattic=0&amp;sortby=rev">1.19</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.20&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
no message
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.19"></a>
 Revision <A HREF="configure.in?rev=1.19&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.19</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.19&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.19&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.19&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.19&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Jan 24 13:55:46 2001 UTC</i> (18 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.18: +2 -6
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.18&amp;r2=1.19&amp;hideattic=0&amp;sortby=rev">1.18</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.19&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Remove the test on GL_GLEXT_VERSION_EXT which look like to be too old.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.18"></a>
 Revision <A HREF="configure.in?rev=1.18&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.18</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.18&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.18&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.18&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.18&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Jan 24 13:40:58 2001 UTC</i> (18 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.17: +13 -3
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.17&amp;r2=1.18&amp;hideattic=0&amp;sortby=rev">1.17</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.18&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add info about the library version.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.17"></a><a NAME="proto_0_1"></a><a NAME="nel_0_2"></a>
 Revision <A HREF="configure.in?rev=1.17&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.17</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.17&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.17&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.17&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.17&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Jan 11 14:25:34 2001 UTC</i> (18 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>CVS Tags: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=proto_0_1">proto_0_1</A>,
<A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=nel_0_2">nel_0_2</A>
</b><BR>Changes since <b>1.16: +1 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.16&amp;r2=1.17&amp;hideattic=0&amp;sortby=rev">1.16</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.17&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Update concerning the move of some AI files.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.16"></a>
 Revision <A HREF="configure.in?rev=1.16&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.16</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.16&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.16&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.16&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.16&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Wed Jan 10 16:24:38 2001 UTC</i> (18 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.15: +39 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.15&amp;r2=1.16&amp;hideattic=0&amp;sortby=rev">1.15</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.16&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add Python checking and information to the compilation system.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.15"></a>
 Revision <A HREF="configure.in?rev=1.15&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.15</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.15&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.15&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.15&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.15&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Jan  9 17:59:20 2001 UTC</i> (18 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.14: +34 -3
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.14&amp;r2=1.15&amp;hideattic=0&amp;sortby=rev">1.14</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.15&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add the OpenGL installation checking.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.14"></a>
 Revision <A HREF="configure.in?rev=1.14&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.14</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.14&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.14&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.14&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.14&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Jan  9 14:04:51 2001 UTC</i> (18 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.13: +2 -2
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.13&amp;r2=1.14&amp;hideattic=0&amp;sortby=rev">1.13</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.14&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Replace g++ by gcc to be sure that there the GNU compiler installed.
The congigure script is using c++ and not g++ as the C++ compiler.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.13"></a>
 Revision <A HREF="configure.in?rev=1.13&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.13</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.13&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.13&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.13&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.13&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Jan  9 13:46:37 2001 UTC</i> (18 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.12: +7 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.12&amp;r2=1.13&amp;hideattic=0&amp;sortby=rev">1.12</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.13&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Supress GCC's &quot;multi-character character constant&quot; warnings.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.12"></a>
 Revision <A HREF="configure.in?rev=1.12&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.12</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.12&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.12&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.12&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.12&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Jan  8 16:20:40 2001 UTC</i> (18 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.11: +9 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.11&amp;r2=1.12&amp;hideattic=0&amp;sortby=rev">1.11</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.12&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add the AI files to the automake/autoconf compilation system.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.11"></a>
 Revision <A HREF="configure.in?rev=1.11&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.11</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.11&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.11&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.11&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.11&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Dec 21 14:18:06 2000 UTC</i> (19 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.10: +15 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.10&amp;r2=1.11&amp;hideattic=0&amp;sortby=rev">1.10</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.11&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add some comments.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.10"></a>
 Revision <A HREF="configure.in?rev=1.10&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.10</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.10&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.10&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.10&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.10&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Dec 18 15:30:11 2000 UTC</i> (19 months, 1 week ago) by <i>lecroart</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.9: +3 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.9&amp;r2=1.10&amp;hideattic=0&amp;sortby=rev">1.9</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.10&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
linux comp
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.9"></a>
 Revision <A HREF="configure.in?rev=1.9&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.9</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.9&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.9&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.9&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.9&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Dec 12 15:21:32 2000 UTC</i> (19 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.8: +13 -12
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.8&amp;r2=1.9&amp;hideattic=0&amp;sortby=rev">1.8</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.9&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Correct the FreeType2 cflags/link only with NeL 3D lib.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.8"></a>
 Revision <A HREF="configure.in?rev=1.8&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.8</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.8&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.8&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.8&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.8&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Dec 11 15:55:00 2000 UTC</i> (19 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.7: +3 -3
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.7&amp;r2=1.8&amp;hideattic=0&amp;sortby=rev">1.7</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.8&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Removed some unecessary quote characters.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.7"></a>
 Revision <A HREF="configure.in?rev=1.7&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.7</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.7&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.7&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.7&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.7&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Mon Dec 11 15:31:53 2000 UTC</i> (19 months, 2 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.6: +28 -29
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.6&amp;r2=1.7&amp;hideattic=0&amp;sortby=rev">1.6</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.7&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Change the FreeType checking : using the script freetype-config
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.6"></a>
 Revision <A HREF="configure.in?rev=1.6&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.6</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.6&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.6&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.6&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.6&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Nov 28 14:27:24 2000 UTC</i> (19 months, 4 weeks ago) by <i>david.mentre_at_irisa.fr</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.5: +7 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.5&amp;r2=1.6&amp;hideattic=0&amp;sortby=rev">1.5</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.6&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Use C++ compiler as the default for the TRY_COMPILE macros.
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.5"></a>
 Revision <A HREF="configure.in?rev=1.5&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.5</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.5&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.5&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.5&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.5&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Fri Nov 24 11:36:11 2000 UTC</i> (20 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.4: +23 -8
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.4&amp;r2=1.5&amp;hideattic=0&amp;sortby=rev">1.4</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.5&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add the STLPort librairy files support and add the -lstlport_gcc
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.4"></a>
 Revision <A HREF="configure.in?rev=1.4&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.4</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.4&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.4&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.4&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.4&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Nov 23 15:33:46 2000 UTC</i> (20 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.3: +2 -1
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.3&amp;r2=1.4&amp;hideattic=0&amp;sortby=rev">1.3</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.4&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add the creation of the include directory Makefile
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.3"></a>
 Revision <A HREF="configure.in?rev=1.3&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.3</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.3&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.3&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.3&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.3&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Thu Nov 23 11:51:35 2000 UTC</i> (20 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.2: +89 -27
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.2&amp;r2=1.3&amp;hideattic=0&amp;sortby=rev">1.2</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.3&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Add a more complete compilation system, only the generation of Makefiles and
the compilation works but not the installation and co ...
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.2"></a>
 Revision <A HREF="configure.in?rev=1.2&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.2</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.2&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.2&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.2&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.2&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Tue Oct 24 16:31:26 2000 UTC</i> (21 months ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Changes since <b>1.1: +1 -6
 lines</b><BR>Diff to previous <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.1&amp;r2=1.2&amp;hideattic=0&amp;sortby=rev">1.1</A>
 to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.2&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Delete some stupid and useless comments
</PRE>
<HR size=1 NOSHADE><P><a NAME="rev1.1"></a>
 Revision <A HREF="configure.in?rev=1.1&amp;content-type=text/x-cvsweb-markup&amp;hideattic=0&amp;sortby=rev"><b>1.1</b></A> / (<A HREF="/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.1&amp;content-type=text/plain&amp;hideattic=0&amp;sortby=rev" target="cvs_checkout" onClick="window.open('/cvs/cvsweb.cgi/~checkout~/code/nel/configure.in?rev=1.1&amp;content-type=text/plain','cvs_checkout','resizeable,scrollbars');"><b>download</b></A>) - <a href="/cvs/cvsweb.cgi/code/nel/configure.in?annotate=1.1&amp;hideattic=0&amp;sortby=rev">annotate</a> - <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in?r1=1.1&amp;hideattic=0&amp;sortby=rev">[select for diffs]</A>
, <i>Fri Oct  6 14:17:35 2000 UTC</i> (21 months, 3 weeks ago) by <i>valignat</i>
<BR>Branch: <b><A HREF="configure.in?hideattic=0&amp;sortby=rev&amp;only_with_tag=MAIN">MAIN</A>
</b>
<BR>Diff to selected <A HREF="/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.46&amp;r2=1.1&amp;hideattic=0&amp;sortby=rev">1.46</A>
<PRE>
Initial revision
</PRE>

<!-- block -->
<TABLE  bgcolor="#dddddd" CELLSPACING=0 CELLPADDING=0  BORDER=0 width=100%><tr><td width=1% valign=middle><img width=6 height=14 hspace=2 vspace=2 src="/inc/img/reddots.gif"></TD>
	<TD><B>Request Diffs</B></TD>
	<TD ALIGN=RIGHT> </td>
</tr></table>
<P>
<P>
<FORM METHOD="GET" ACTION="/cvs/cvsweb.cgi/code/nel/configure.in.diff" NAME="diff_select">
<INPUT TYPE=HIDDEN NAME="hideattic" VALUE="0">
<INPUT TYPE=HIDDEN NAME="sortby" VALUE="rev">
Diffs between 
<SELECT NAME="r1">
<OPTION VALUE="text" SELECTED>Use Text Field
<OPTION VALUE="1.20:proto_0_2">proto_0_2
<OPTION VALUE="1.17:proto_0_1">proto_0_1
<OPTION VALUE="1.50:nel_0_4">nel_0_4
<OPTION VALUE="1.20:nel_0_3">nel_0_3
<OPTION VALUE="1.17:nel_0_2">nel_0_2
<OPTION VALUE="1.71:georges_v2">georges_v2
<OPTION VALUE="1.50:demo_0_1">demo_0_1
<OPTION VALUE="1:MAIN">MAIN
<OPTION VALUE="1.71:HEAD">HEAD
</SELECT>
<INPUT TYPE="TEXT" SIZE="12" NAME="tr1" VALUE="1.46" onChange='document.diff_select.r1.selectedIndex=0'>
 and 
<SELECT NAME="r2">
<OPTION VALUE="text" SELECTED>Use Text Field
<OPTION VALUE="1.20:proto_0_2">proto_0_2
<OPTION VALUE="1.17:proto_0_1">proto_0_1
<OPTION VALUE="1.50:nel_0_4">nel_0_4
<OPTION VALUE="1.20:nel_0_3">nel_0_3
<OPTION VALUE="1.17:nel_0_2">nel_0_2
<OPTION VALUE="1.71:georges_v2">georges_v2
<OPTION VALUE="1.50:demo_0_1">demo_0_1
<OPTION VALUE="1:MAIN">MAIN
<OPTION VALUE="1.71:HEAD">HEAD
</SELECT>
<INPUT TYPE="TEXT" SIZE="12" NAME="tr2" VALUE="1.71" onChange='docuement.diff_select.r2.selectedIndex=0'>
<BR>Type of Diff should be a&nbsp;<SELECT NAME="f">
<OPTION VALUE=h SELECTED>Colored Diff<OPTION VALUE=H>Long Colored Diff<OPTION VALUE=u>Unidiff<OPTION VALUE=c>Context Diff<OPTION VALUE=s>Side by Side</SELECT><INPUT TYPE=SUBMIT VALUE="  Get Diffs  ">
</FORM>

<!-- block -->
<TABLE  bgcolor="#dddddd" CELLSPACING=0 CELLPADDING=0  BORDER=0 width=100%><tr><td width=1% valign=middle><img width=6 height=14 hspace=2 vspace=2 src="/inc/img/reddots.gif"></TD>
	<TD><B>Select branch</B></TD>
	<TD ALIGN=RIGHT> </td>
</tr></table>
<P>
<P>
<A name=branch></A>
<FORM METHOD="GET" ACTION="/cvs/cvsweb.cgi/code/nel/configure.in">
<INPUT TYPE=HIDDEN NAME="hideattic" VALUE="0">
<INPUT TYPE=HIDDEN NAME="sortby" VALUE="rev">
View only Branch: 
<SELECT NAME="only_with_tag" onchange="submit()">
<OPTION VALUE="">Show all branches
<OPTION>MAIN
</SELECT>
<INPUT TYPE=SUBMIT VALUE="  View Branch  ">
</FORM>
<A name=logsort></A>
<FORM METHOD="GET" ACTION="/cvs/cvsweb.cgi/code/nel/configure.in">
<INPUT TYPE=HIDDEN NAME="hideattic" VALUE="0">
<INPUT TYPE=HIDDEN NAME="sortby" VALUE="rev">
Sort log by: 
<SELECT NAME="logsort" onchange="submit()">
<OPTION VALUE=cvs>Not sorted<OPTION VALUE=date SELECTED>Commit date<OPTION VALUE=rev>Revision</SELECT>
<INPUT TYPE=SUBMIT VALUE="  Sort  ">
</FORM>

<!-- footer -->
<BR><FONT Size=+5>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </FONT>
</TD>
<TD WIDTH=15><IMG  SRC=/inc/img/pixel.gif WIDTH=15 HEIGHT=15 BORDER=0 ALT=""></TD>
</TR>
</TABLE>
</BODY>
</HTML></BODY></HTML>