Commit Graph

1736 Commits

Author SHA1 Message Date
Peter Marschall 6c28423661 capifax: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'.
2012-04-21 09:56:21 +02:00
Peter Marschall dfe464fba2 capifax/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-21 09:54:24 +02:00
Peter Marschall 9c0455514d avmb1: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'
Update Makefile.in to avoid configure-time warning.
2012-04-21 09:43:02 +02:00
Peter Marschall cd5eb2c37c avmb1/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
* remove unused option --with-firmware
2012-04-21 09:39:21 +02:00
Peter Marschall 1f4ba56dc1 capiinit: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'.
2012-04-20 19:51:36 +02:00
Peter Marschall 52f81f4830 capiinit/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update/remove obsolete macros
* quote arguments to AC_../AM_.. macros
* fix typo in variable definition
2012-04-20 19:50:09 +02:00
Peter Marschall 4b60c8dcc9 doc: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'.
Update Makefile.in to avoid configure-time warning.
2012-04-20 19:38:03 +02:00
Peter Marschall ee205f8b56 doc/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update/remove obsolete macros
* quote arguments to AC_../AM_.. macros
* remove unneeded option --with-man:
  --mandir serves exactly the same purpose
2012-04-20 19:27:40 +02:00
Peter Marschall 20e0beeb16 capi20: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'
and add generated template config.h.in.

Note: the file config.h genereted from config.h.in by 'configure'
is not used (i.e. #include'd) yet in those source files that use
the preprocessor directive CAPI_LIBRARY_V2, namely capifunc.c,
capiutils.h, convert.c.
The problematic file is capiutils.h, as it is a public header file
for libcapi20, thatshould not pretend to offer two interfaces
based on a preprocessor directive.
Maybe we need to generate if from capiutils.h.in ;-)
2012-04-20 19:16:07 +02:00
Peter Marschall 4e04eca386 capi20/configure.ac: updated
* require autoconf 2.68
* update obsolete macros
* generate header file config.h
* quote arguments to AC_../AM_.. macros
2012-04-20 19:16:07 +02:00
Peter Marschall 749ef3fd9b rcapid: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'.
2012-04-20 19:16:07 +02:00
Peter Marschall 1300fc19cb rcapid/configure.ac: updated from configure.in
* rename configure.in to configure.ac for recent autotools
* require autoconf 2.68
* update/remove 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 19:16:07 +02:00
Peter Marschall 7bc75eeede isdnctrl: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'
and remove unnecessary file acconfig.h.
2012-04-20 19:16:06 +02:00
Peter Marschall bc234a12dd isdnctrl/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 19:16:06 +02:00
Peter Marschall 13871c839f capiinfo/capiinfo.c: silence a compiler warning 2012-04-20 19:15:55 +02:00
Peter Marschall 4bba745e45 capiinfo: autoreconf
Update all files generated by autotools via a call to 'autoreconf -if'.
2012-04-20 16:35:36 +02:00
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