Commit Graph

1820 Commits

Author SHA1 Message Date
Peter Marschall 9ff45707bf capiinfo/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update obsolete macros
* quote arguments to AC_../AM_.. macros
* remove unneeded options --with-sbin / --with-man:
  --sbindir / --mandir serve exactly the same purpose
2012-04-20 16:35:36 +02:00
Peter Marschall cf782bca5f FAQ/configure: update with recent autoconf 2012-04-20 16:35:22 +02:00
Peter Marschall 9a2bd92525 FAQ/i4lfaq-de.sgml: replace illegal <BR> tag with <p> 2012-04-20 16:35:22 +02:00
Peter Marschall c613f649db divertctrl/Makefile.in: convert .config -> scripts/autoconf.mk
Convert divertctrl's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
2012-04-20 16:35:15 +02:00
Peter Marschall a5bbf79daa areacode/Makefile.in: convert .config -> scripts/autoconf.mk
Convert areacode's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
2012-04-20 16:35:07 +02:00
Peter Marschall 6a29b5c629 loop/Makefile.in: convert .config -> scripts/autoconf.mk
Convert loop's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
2012-04-20 16:34:59 +02:00
Peter Marschall 232fa2e196 lib/Makefile.in: convert .config -> scripts/autoconf.mk
Convert lib's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
2012-04-20 16:34:50 +02:00
Peter Marschall 61e04b2808 xisdnload/Makefile.in: convert .config -> scripts/autoconf.mk
Convert xisdnload's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
2012-04-20 16:34:36 +02:00
Peter Marschall 4ff64da530 xmonisdn/Makefile.in: convert .config -> scripts/autoconf.mk
Convert xmonisdn's Makefile.in to use the generated Makefile-snippet
scripts/autoconf.mk instead of the shell-script snippet .config.
2012-04-20 16:34:19 +02:00
Peter Marschall a719df0a6c Makefile: add scripts/autoconf.mk, but do not use it yet
Add scripts/autoconf.mk in Makefile similar to scripts/autoconf.h
(i.e. use it in rules, e.g. remove it in clean rule, ...) but do
not use it for the build process (i.e. include it into Makefile) yet.
2012-04-19 23:15:59 +02:00
Peter Marschall 18f0186ccd scripts/mk_autoconf.pl: overhaul
* use named variables instead of $_
* also create Makefile-snippet scripts/autoconf.mk
* nicer formatted variables assignments: values align
* fail on lines that do not match any exsting pattern
* stricter parsing of strings in assignments: quotes need to match
* treat FALSE boolean variable assignments the same as unset variables
* more flexible parsing of boolean value assigments:
  mixed cased: y/n, yes/no, true/false, on/off
* more flexible parsing of numerical value assigments:
  allow negative values by accepting a leading minus sign

The goal of creating the Makefile-snippet 'scripts/autoconf.mk' is to use
it instead of '.config' if the top-level Makefile in order to avoid the
issues with string variables from the shell script snippet '.config' when
used in Makefiles: in Makefiles quotes around variable values do not get
stripped but are taken literally.
2012-04-19 23:01:47 +02:00
Peter Marschall ebd403b0ff scripts/lxdialog: find ncurses even in Multi-arch
Adapt 'find' command so that it not only searches in the directories given,
but also in the directories one level below, allowing to find the ncurses
library even in installations where ncurses is already Multi-Arch-ified.
2012-04-19 21:27:29 +02:00
Peter Marschall fc1550ab47 remove unnecessary Makefile.cvs files
* capiinfo/Makefile.cvs: remove
* capifax/Makefile.cvs: remove
2012-04-19 19:00:00 +02:00
Peter Marschall c082ae5d88 make 'autoreconf' work for capiinfo
* capiinfo/configure.in: add templates to AC_DEFINE calls
* capiinfo/acconfig.h: remove - obsolete with recent autotools
2012-04-19 18:57:40 +02:00
Peter Marschall 29f4bb41f9 make 'autoreconf' work for capifax
* capifax/configure.in: add templates to AC_DEFINE calls
* capifax/acconfig.h: remove - obsolete with recent autotools
2012-04-19 18:57:40 +02:00
Peter Marschall 7854baa462 make 'autoreconf' work for vbox
* vbox/{configure.in,acinclude.m4}: add templates to AC_DEFINE* calls
* vbox/acinclude.m4: quote arguments of AC_DEFUN calls
* vbox/acinclude.m4: while I'm at it, update tcl version numbers
2012-04-19 18:55:19 +02:00
Peter Marschall 390d13730c make 'autoreconf' work for eicon and ipppd
* add templates to AC_DEFINE calls
2012-04-13 12:15:53 +08:00
Rolf Leggewie 013a7b6cad Version 3.22 2012-04-13 12:15:53 +08:00
Rolf Leggewie 7d9b232f8d drop isdnlog/tools/telrate/tt.js
no license stated, possibly not free to distribute
2012-04-13 01:08:05 +08:00
Rolf Leggewie b9b3aa0850 drop pcbit/convhexbin.c
no license stated, possibly not free to distribute
2012-04-13 01:07:56 +08:00
Karsten Keil a6704eebdc Version 3.21
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-04-03 11:16:29 +02:00
Rolf Leggewie f70ec5b736 drop all isdnlog/isdnlog/ora* files
the copyright holders forbid commercial use of the code which makes it
non-free
2012-03-31 21:14:07 +02:00
Rolf Leggewie 3a0e53fd6c eurofile: drop eft_wuauth code
the copyright holders forbid commercial use of the code which makes it
non-free
2012-03-31 20:20:51 +02:00
Rolf Leggewie d8c54147aa replace ftp.avm.de URL in documentation with alternative mirror
http://bugs.debian.org/309557
2012-03-29 22:16:20 +02:00
Peter Marschall f2ff0ee705 fix some spelling mistakes in avmcapictrl man page
http://bugs.debian.org/309557
2012-03-29 21:52:21 +02:00
Herbert Xu b9903cf51c ipppd/auth.c: correct mistake in local-to-remote authentication
http://bugs.debian.org/348943

Signed-off-by: Karsten Keil
2012-03-29 21:35:15 +02:00
Rolf Leggewie b5f6de4dfb Makefile: make targets distarch and archive more robust
the Makefile assumes the current directory to be named isdn4k-utils
which obviously doesn't necessarily hold true

exclude CVS files from the tarball
2012-03-29 21:14:39 +02:00
Rolf Leggewie 000ebb064f FAQ: one more spelling error s/depeding/depending/ 2012-03-29 21:04:31 +02:00
Rolf Leggewie 2e05b4ff2f README: "Until" should probably read as "Unless" here 2012-03-29 21:04:30 +02:00
Rolf Leggewie 64498d5f46 pppdcapiplugin/capiplugin.8: fix spelling mistake s/absolut/absolute/ 2012-03-29 16:36:41 +02:00
Rolf Leggewie a19ca067fe fix spelling mistake s/negotation/negotiation/ 2012-03-29 16:36:40 +02:00
Rolf Leggewie 33f8899164 fix spelling mistake s/accessable/accessible/ s/unaccessible/inaccessible/ 2012-03-29 16:36:40 +02:00
Rolf Leggewie b5a97dc9d2 fix spelling mistake s/Transfering/Transferring/ 2012-03-29 16:36:40 +02:00
Rolf Leggewie 30eefbaf5c fix spelling mistake in man page s/programm/program/ 2012-03-29 16:36:40 +02:00
Rolf Leggewie 0e3056a440 fix spelling error s/explicitely/explicitly/ 2012-03-29 16:36:40 +02:00
Rolf Leggewie 091513710c fix spelling mistake s/compatibilty/compatibility/ 2012-03-29 16:36:39 +02:00
Rolf Leggewie 49c87eea77 fix some spelling mistakes and improve legibility
s/allows to/allows one to/
s/dependant/dependent/
2012-03-29 16:36:39 +02:00
Rolf Leggewie aa871ac795 fix spelling mistake s/deafult/default/ 2012-03-29 16:36:39 +02:00
Rolf Leggewie 9194b7e6a0 fix spelling error s/preceeded/preceded/ 2012-03-29 16:36:39 +02:00
Rolf Leggewie a07f001ebd fix spelling mistake s/authentification/authentication/ 2012-03-29 16:36:38 +02:00
Rolf Leggewie 2f0b279784 fix spelling error s/unkown/unknown/ 2012-03-29 16:36:38 +02:00
Rolf Leggewie 665d71a41b isdnlog: fix some spelling mistakes 2012-03-29 16:36:38 +02:00
Rolf Leggewie 3a58e36e8a fix spelling mistake s/seperat/separat/ 2012-03-29 16:36:37 +02:00
Rolf Leggewie 70dec2a0dd pppdcapiplugin/capiplugin.8: fix some spelling mistakes 2012-03-29 16:36:37 +02:00
Rolf Leggewie 97a35d69a8 ipppd: fix some spelling mistakes 2012-03-29 16:36:37 +02:00
Rolf Leggewie 0ea43a436f ipppd/cbcp.c: remove whitespace at end-of-line 2012-03-29 16:36:37 +02:00
Rolf Leggewie 13c1e63e9f fix spelling error in avmcapictrl man page 2012-03-29 16:36:37 +02:00
Rolf Leggewie 6bf97645d6 isdnlog: remove leftover configure-files 2012-03-29 16:36:36 +02:00
Rolf Leggewie 09500223aa drop .cvsignore files 2012-03-29 16:36:36 +02:00
Karsten Keil 96f4147120 Version v3.20
Signed-off-by: Karsten Keil <kkeil@linux-pingi.de>
2012-03-19 13:52:11 +01:00