]> sjero.net Git - wget/blob - ChangeLog
[svn] Don't insist on strict ANSI mode of the compiler.
[wget] / ChangeLog
1 2001-04-06  Hrvoje Niksic  <hniksic@arsdigita.com>
2
3         * aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV.  It
4         forces strict ANSI mode, which means we lose `long long'.
5         Generally, don't require __STDC__ to be defined to 1 because that
6         signifies strict ANSI.
7
8 2001-04-04  Hrvoje Niksic  <hniksic@arsdigita.com>
9
10         * NEWS: Cosmetic changes.
11
12 2001-04-03  Trond Eivind Glomsrod  <teg@redhat.com>
13
14         * po/da.po: Ditto.
15
16         * po/no.po: The charset is iso-8859-1, not iso-8859-2.
17
18 2001-04-02  Hrvoje Niksic  <hniksic@arsdigita.com>
19
20         * po/et.po: New version by Toomas Soome.
21
22 2001-04-01  Nicolas Lichtmaier  <nick@debian.org>
23
24         * po/es.po: New file.
25
26 2001-03-27  Dan Harkless  <wget@harkless.org>
27
28         * INSTALL: Updated to reflect --with-ssl's new optional parameter.
29
30         * configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
31         were in the wrong order, causing a link failure if you're using
32         libcrypto.a and libssl.a rather than shared libraries.  Also put
33         in checks for -ldl, necessary since the libcrypto shared library
34         doesn't record its dependency on libdl.
35
36         * {.,util,windows}/Makefile.in: Moved top_builddir out of "User
37         configuration section" of top Makefile and analogous spot in others.
38
39         * po/Makefile.in.in: Previous addition of top_builddir to
40         po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
41
42 2001-03-26  Dan Harkless  <wget@harkless.org>
43
44         * TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
45
46 2001-03-22  Dan Harkless  <wget@harkless.org>
47
48         * MACHINES: Added rs6000-ibm-aix4.3.3.0.
49
50 2001-03-21  Dan Harkless  <wget@harkless.org>
51
52         * MACHINES: Added armv4l-unknown-linux-gnu.
53
54 2001-03-20  Dan Harkless  <wget@harkless.org>
55
56         * TODO: Oops.  Hostless absolute link conversion _is_ working.  My
57         test that led me to believe it wasn't was exposing a different bug
58         -- URLs specified on the commandline as opposed to being recursed
59         to don't always get re-converted at the end of the Wget run.
60
61 2001-03-17  Dan Harkless  <wget@harkless.org>
62
63         * aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
64
65         * configure.in: Use AM_PROG_LIBTOOL macro (now defined in our 
66         aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
67         If --with-ssl specified, look in /usr/local/ssl/lib by default for
68         OpenSSL libs.  Allow override with --with-ssl=<OpenSSL_root_dir>.
69         Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
70         (possibly rewritten by libtool) as well.  Don't appear to be
71         looking for a function main() in -lcrypto.  If the OpenSSL lib
72         checks fail, don't just silently build a wget without https
73         support -- issue a warning.  Define top_builddir.
74
75         * ltconfig: New file from libtool 1.3.5 distribution.
76
77         * ltmain.sh: New file from libtool 1.3.5 distribution.
78
79         * {.,po,util,windows}/Makefile.in: Define top_builddir.
80
81 2001-03-16  Dan Harkless  <wget@harkless.org>
82
83         * TODO: For some reason on 2000-11-19, Hrvoje removed the item
84         about converting hostless absolute links.  That isn't working yet,
85         so I've put the item back, with a modified wording.
86
87         * config.guess: Hadn't been updated since 1996 -- didn't work for recent
88         machines and OSes, such as NetWinder ARM Linux.  Updated to latest 
89         version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
90         
91         * config.sub: Ditto -- updated to latest version (2001-03-12).
92         
93 2001-03-12  Dan Harkless  <wget@harkless.org>
94
95         * TODO: Only normal recursion should respect -np -- page-requisite
96         recursion should not.
97
98 2001-03-07  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
99
100         * TODO: Removed an obsolete item about adding VMS and MS FTP
101         server support.
102
103 2001-03-05  Dan Harkless  <wget@harkless.org>
104
105         * TODO: Add a --range option to download only a given byte range.
106
107 2001-03-01  Dan Harkless  <wget@harkless.org>
108
109         * ChangeLog.README: Renamed from README.branches and added a note
110         that Wget has multiple ChangeLog files (currently ./ChangeLog,
111         doc/ChangeLog, and src/ChangeLog), since this is unusual and
112         people have complained their patches hadn't been applied after
113         checking only the top-level ChangeLog.
114
115 2001-02-28  Dan Harkless  <wget@harkless.org>
116
117         * MACHINES: Explicitly tell people to send us config.guess output.
118
119 2001-02-27  Dan Harkless  <wget@harkless.org>
120
121         * TODO: Re-use FTP connection if multiple URLs on one host
122         specified.  Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
123
124 2001-02-23  Dan Harkless  <wget@harkless.org>
125
126         * NEWS: Note that Wget now has a man page again.
127
128         * po/*.po*: Updated after changing --help's description of -N and
129         moving -nr to a different category.
130
131         * TODO: "Timestamps are sometimes not copied over on files
132         retrieved by FTP." removed.  Hopefully all the failures I was
133         seeing were due to the fact that it wasn't documented that
134         non-globbing, non-recursive FTP downloads need -N to get the
135         remote timestamp to be preserved.
136
137 2001-02-22  Dan Harkless  <wget@harkless.org>
138
139         * TODO: Remove empty directories created due to --accept/--reject.
140
141         * configure.in: Look for perl and pod2man and make substitutions.
142         
143         * Makefile.in (install): Do install.man if we have pod2man.
144
145 2001-02-13  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
146
147         * windows/Makefile.src: Removed references to ftpparse sources.
148
149         * windows/wget.dep: Ditto.
150
151         * windows/Makefile.watcom: Ditto. 
152
153 2001-01-23  Herold Heiko  <Heiko.Herold@previnet.it>
154
155         * windows/Makefile.src: Don't attempt to compile in alloca.c; it
156         doesn't work and it's not needed.
157
158 2001-01-16  Hrvoje Niksic  <hniksic@arsdigita.com>
159
160         * NEWS: Added more NEWS items.
161
162 2001-01-15  Dan Harkless  <wget@harkless.org>
163
164         * NEWS: Was not being maintained.  Added some significant 1.7-dev stuff.
165
166 2001-01-15  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
167
168         * util/wget.spec: Updated to 1.7, merged with the spec file from
169         RedHat.
170
171         * po/Makefile.in.in: `make realclean' equal to `make
172         maintainer-clean'.
173
174         * Makefile.in (realclean-top): Remove 'configure' as well. 
175
176 2001-01-11  Dan Harkless  <wget@harkless.org>
177
178         * TODO: If -c used with -N, check to make sure a file hasn't
179         changed on the server before "continuing" to download it.
180         
181 2001-01-11  Adrian Aichner  <Adrian.Aichner@t-online.de>
182
183         * windows/Makefile.src: Updated.
184
185         * windows/wget.dep: Ditto.
186
187 2001-01-09  Dan Harkless  <wget@harkless.org>
188
189         * TODO: If -c is on, don't re-download a 100%-downloaded file.
190         
191         * TODO: The bug where you couldn't recurse into ftp directories if
192         logging in put you somewhere else besides the server's "/"
193         directory got fixed without the TODO entry for it being removed.
194
195         * TODO: Add a "rollback" option to have --continue throw away X
196         corrupted (e.g. by proxy) bytes from end of file before resuming.
197
198         * po/*.po*: Updated after changing --help's description of -c.
199
200 2001-01-06  Dan Harkless  <wget@harkless.org>
201
202         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
203         the best way to go about my aim.  Removed them in favor of:
204
205         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
206
207         * README.branches: Explains the 1.6_branch.ChangeLog files.
208
209         * README.cvs: Falsely claimed you only needed GNU autoconf to
210         build from the CVS sources.  You also need GNU gettext and
211         texinfo.  I also did a bunch of general re-writing of this file.
212
213 2001-01-03  Dan Harkless  <wget@harkless.org>
214
215         * TODO: We should make a simple man page referring to info doco.
216
217 2000-12-31  Dan Harkless  <wget@harkless.org>
218
219         * README: Changed 1.5.3 in the FTP URL to 1.6.
220
221         * NEWS: Released Wget version 1.6.
222
223         * po/*.po: 'Project-Id-Version's were very haphazard, saying
224         either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
225         1.5.3, the nonexistent 1.5.4, and 1.6-pre.  Standardized all to
226         "GNU Wget 1.7-dev".  Perhaps this is wrong to do because some of
227         the translations haven't been updated since the versions they
228         state, but I know some of the files were updated specifically for
229         1.6, and none of them used this version (unless you count the sole
230         "1.6-pre" guy).  In any case, the 'POT-Creation-Date's and
231         'PO-Revision-Date's remain the best indicator of whether a
232         translation's out of date.
233         
234         * ChangeLog: Since this flat file doesn't have multiple branches,
235         looking at the dates would make you think that things went into
236         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
237         in 1.6 branch.]" where appropriate to clarify.
238         
239 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
240
241         * windows/Makefile.watcom: Updated.
242
243 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
244
245         * po/POTFILES.in: Updated.
246
247 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
248
249         * configure.in: Add windows/Makefile to the output block.
250
251         * windows/Makefile.in: New file.
252
253         * README.cvs: New file.
254
255 2000-11-25  Karl Eichwalder  <ke@suse.de>
256
257         * Makefile.in (SUBDIRS): Add 'windows'.
258         (dist, DISTFILES): Don't distribute CVS directories.
259         
260 2000-12-05  Hrvoje Niksic  <hniksic@arsdigita.com>
261
262         * configure.in: Don't unconditionally define HAVE_SSL, even when
263         --with-ssl is given.
264
265 2000-12-03  Christian Fraenkel  <christian.fraenkel@gmx.net>
266
267         * INSTALL: Added the --with-ssl switch.
268         
269         * configure.in: Ditto.
270         
271         * TODO: Removed the corresponding entry.
272
273 2000-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
274
275         * configure.in: Build ALL_LINGUAS dynamically.
276
277 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
278
279         * configure.in: Test for MMAP.
280
281 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
282
283         * windows/config.h.ms: snprintf and vsnprintf exist under Windows.
284
285         * windows/Makefile.src: Back out previous change.
286
287 2000-11-16  Herold Heiko  <Heiko.Herold@previnet.it>
288
289         * windows/Makefile.src: Compile in vsnprintf.c.
290
291 2000-11-02  Matthew Seaman  <m.seaman@inpharmatica.co.uk>
292
293         * util/rmold.pl: Various fixes.
294
295 2000-11-01  Hrvoje Niksic  <hniksic@arsdigita.com>
296
297         * configure.in: Check for size of long and long long.
298
299 2000-10-30  Dan Harkless  <wget@harkless.org>
300
301         * NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
302
303 2000-10-27  Dan Harkless  <wget@harkless.org>
304
305         * TODO: wget now groks illegal relative URL HTTP redirects.
306
307 2000-10-24  Dan Harkless  <wget@harkless.org>
308
309         * NEWS: Forgot to update regarding new --bind-address option.
310
311 2000-10-20  Dan Harkless  <wget@harkless.org>
312
313         * TODO: -k needs to convert '?' to "%3F" in links to saved files
314         containing the '?' character (e.g. CGI output).  Also, we need to
315         check the HTTP spec w.r.t. simplification of absolute URLs.
316         Generalize --html-extension to something like --mime-extension.
317
318         * MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
319         by non-subscribers.  <bug-wget@gnu.org> soon to be an alias for it.
320
321         * NEWS: Always forget to update this file when making user-vis. changes.
322
323 2000-10-19  Dan Harkless  <wget@harkless.org>
324
325         * TODO: -E / --html-extension / html_extension has been implemented.
326         Make -I and -X allow an optional hostname before the directory name?
327         When simplifying paths, wget needs to stop at any '?' character.
328
329         * configure.in: Put "it" language in proper alphabetical order and
330         added new languages "pl" and "ru".
331
332         * po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
333         Polish message translation file.
334
335         * po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s 
336         Russian message translation file.
337
338 2000-10-16  Dan Harkless  <wget@harkless.org>
339
340         * TODO: Add option to save local filenames without extra %-encoding.
341
342 2000-10-09  Dan Harkless  <wget@harkless.org>
343
344         * TODO: --retr-symlinks should cause wget to traverse links to dirs too.
345
346 2000-09-25  Dan Harkless  <wget@harkless.org>
347
348         * TODO: Make wget return nonzero in situations like bad HTTP
349         auth.  Make wget follow (illegal) relative URL HTTP redirects.
350
351 2000-08-30  Dan Harkless  <wget@harkless.org>
352
353         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
354
355         * MACHINES: Previously said to send updates to "me" (Hrvoje) --
356         now says to email the mailing list or bug-wget@gnu.org.
357
358         * MAILING-LIST: Added mention of bug-wget@gnu.org.
359         
360         * NEWS: Added --waitretry and --page-requisites.
361
362 2000-08-25  Dan Harkless  <wget@harkless.org>
363
364         * MACHINES: Alphabetized, changed "architectures" to "OSes and
365         architectures", added missing company names, removed needless ^L,
366         made AIX and FreeBSD entries more general to reflect successful
367         use on those platforms by myself and others, removed the
368         non-factual "this version of", and fixed some grammatical errors.
369         
370 2000-07-21  Dan Harkless  <wget@harkless.org>
371
372         * TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
373         
374 2000-07-19  Dan Harkless  <wget@harkless.org>
375
376         * TODO: -k should convert "hostless absolute" URLs, like "/index.html".
377         
378 2000-05-24  Dan Harkless  <wget@harkless.org>
379
380         * TODO: Timestamps sometimes not copied over on files retrieved by FTP.
381         
382 2000-05-22  Dan Harkless  <wget@harkless.org>
383
384         * AUTHORS: Added myself to this file, as Hrvoje got confirmation
385         of my FSF copyright assignment.
386
387         * TODO: Added note that fragment identifiers don't work properly.
388         
389         * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
390
391 2000-05-17  Dan Harkless  <wget@harkless.org>
392
393         * TODO: Make `-k' check for files that were downloaded in the past
394         and convert links to them in newly-downloaded documents.
395
396 2000-04-05  Dan Harkless  <wget@harkless.org>
397
398         * TODO: Make -K only leave .orig files around when different.  Add
399         an option to save all text/html files with .html extension.  Allow
400         mirroring of FTP URLs where logging in puts you somewhere else
401         besides '/'.
402
403 2000-04-04  Dan Harkless  <wget@harkless.org>
404
405         * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
406         these new options when I added them.
407
408 2000-03-10  Dan Harkless  <wget@harkless.org>
409
410         * TODO: Removed done item: we now have an option (-G) that makes
411         it easy to download a single HTML document and all its constituents.
412         
413         * po/*.{gmo,po,pot}: Regenerated after adding new options.
414
415         * po/hr.po: Hrvoje forgot '\n's on his translations of my altered
416         messages, causing msgfmt to balk and `make install' to fail.
417
418 2000-03-01  Dan Harkless  <wget@harkless.org>
419
420         * NEWS (-K): Now possible to use -N with -k thanks to this option.
421
422         * TODO: Removed the -K / -N interaction item.
423
424 2000-02-29  Dan Harkless  <wget@harkless.org>
425
426         * NEWS (-K / --backup-converted): Mentioned this new option.
427
428 2000-02-18  Dan Harkless  <wget@harkless.org>
429
430         * TODO: When -K is used with -N, check local X.orig against server X.
431
432 1998-06-23  Dave Love  <d.love@dl.ac.uk>
433
434         * configure.in (exext): Define.
435
436 1998-06-06  Hrvoje Niksic  <hniksic@srce.hr>
437
438         * configure.in: Check for access().
439
440 1998-05-20  Hrvoje Niksic  <hniksic@srce.hr>
441
442         * po/hr.po: Some fixes, as per suggestions by Francois Pinard.
443
444 1998-05-19  Dominique Delamarre  <dominique.delamarre@hol.fr>
445
446         * po/fr.po: New file.
447
448 1998-05-19  Toomas Soome  <tsoome@ut.ee>
449
450         * po/et.po: Updated.
451
452 1998-05-11  Simos KSenitellis  <simos@teiath.gr>
453
454         * po/el.po: New file.
455
456 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
457
458         * aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
459
460 1998-05-09  Toomas Soome  <tsoome@ut.ee>
461
462         * po/et.po: New file.
463
464 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
465
466         * configure.bat: set up for either Borland or Visual C
467
468         * windows/wget.dep: new file
469
470         * windows/Makefile.*: use wget.dep
471
472         * rename windows/Makefile.bor to Makefile.src.bor
473
474 1998-05-06  Douglas E. Wegscheid  <wegscd@whirlpool.com>
475
476         * windows/makefile.bor: Updated.
477
478         * windows/Makefile.src: Ditto.
479
480 1998-04-30  Douglas E. Wegscheid  <wegscd@whirlpool.com>
481
482         * windows/config.h.bor: New file.
483
484         * windows/makefile.bor: New file.
485
486 1998-04-27  John Burden  <john@futuresguide.com>
487
488         * windows/Makefile.*: Cleanup.
489
490 1998-04-27  Gregor Hoffleit  <flight@mathi.uni-heidelberg.de>
491
492         * configure.in: Check for PID_T.
493
494 1998-04-19  Giovanni Bortolozzo  <borto@dei.unipd.it>
495
496         * po/it.po: Updated.
497
498 1998-04-19  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
499
500         * po/cs.po: Updated.
501
502 1998-04-19  Wanderlei Cavassin  <cavassin@conectiva.com.br>
503
504         * po/pt_BR.po: Updated.
505
506 1998-04-08  Stefan Hornburg  <racke@gundel.han.de>
507
508         * Makefile (dist): New target.
509
510 1998-04-08  Wanderlei Cavassin  <cavassin@conectiva.com.br>
511
512         * po/pt_BR.po: Updated.
513
514 1998-04-04  Hrvoje Niksic  <hniksic@srce.hr>
515
516         * aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
517
518         * ABOUT-NLS: Removed.
519
520         * Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
521         Don't attempt to write to stamp-h.in.
522
523         * aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
524
525 1998-04-03  Hrvoje Niksic  <hniksic@srce.hr>
526
527         * Makefile.in (distclean-top): Remove stamp-h.
528
529 1998-04-02  Robert Schmidt  <rsc@vingmed.no>
530
531         * po/no.po: New file.
532
533 1998-04-01  Hrvoje Niksic  <hniksic@srce.hr>
534
535         * configure.in: New option `--disable-debug'.
536
537 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
538
539         * configure.in: Check for endianness.
540
541 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
542
543         * aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
544
545 1998-03-28  Hrvoje Niksic  <hniksic@srce.hr>
546
547         * aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
548         unavailable.
549
550         * aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
551         renamed AM_WITH_NLS to WGET_WITH_NLS.
552
553         * aclocal.m4: Eliminate POSUBS.
554
555 1998-03-17  Hrvoje Niksic  <hniksic@srce.hr>
556
557         * Makefile.in: config.h* -> src/config.h*
558
559         * configure.in: Check for vsnprintf().
560
561         * po/POTFILES.in: Updated.
562
563 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
564
565         * po/POTFILES.in: Removed extraneous newline at end of line, which 
566         caused an error in `Makefile' which Sun make choked on.
567
568 1998-03-16  Jan Prikryl <prikryl@cg.tuwien.ac.at>
569
570         * po/cs.po: New file.
571
572 1998-03-12  Wanderlei Cavassin  <cavassin@conectiva.com.br>
573
574         * po/pt_BR.po: New file.
575
576 1998-03-07  Hrvoje Niksic  <hniksic@srce.hr>
577
578         * PROBLEMS: New file.
579
580 1998-02-22  Karl Eichwalder  <ke@suse.de>
581
582         * po/Makefile.in.in (install-data-yes): Fix creation of
583         directories for LC_MESSAGE files.
584
585 1998-02-22  Hrvoje Niksic  <hniksic@srce.hr>
586
587         * configure.in: Removed `-Wno-switch' for gcc.
588
589         * po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
590         create the directory first.
591
592 1998-02-21  Karl Eichwalder  <karl@suse.de>
593
594         * po/de.po: Updated.
595
596 1998-02-19  Hrvoje Niksic  <hniksic@srce.hr>
597
598         * Makefile.in (check): New empty target.
599
600 1998-02-11  Hrvoje Niksic  <hniksic@srce.hr>
601
602         * po/it.po: New file, by Antonio Rosella.
603
604 1998-02-08  Hrvoje Niksic  <hniksic@srce.hr>
605
606         * aclocal.m4: Cleaned up.
607
608         * po/hr.po: Updated.
609
610         * configure.in: Removed check for POSIXized ISC.
611
612 1998-02-08  Karl Eichwalder  <karl@suse.de>
613
614         * po/de.po: Updated.
615
616 1998-02-07  Karl Eichwalder  <ke@suse.de>
617
618         * Makefile.in (install.info uninstall.info install.man
619         uninstall.man install.wgetrc): Use it.
620
621         * Makefile.in (install.mo): New target.
622
623 1998-02-03  Karl Eichwalder  <ke@suse.de>
624
625         * po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
626         src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
627         src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
628         src/url.c, and src/utils.c.
629
630         * intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
631
632         * po/Makefile.in.in: Add from gettext-0.10.32.
633
634         * Makefile.in (SUBDIRS): Add po/.
635
636         * configure.in (ALL_LINGUAS): New variable.  Add "de" and "hr".
637         (AM_GNU_GETTEXT): Add.
638         (AC_OUTPUT): Add po/Makefile.in; run the sed command.
639         
640         * aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
641         AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.
642