[Git] mISDN library and utilities branch socket updated. mISDNuser_1_1_2-301-gdebd47d
[email protected] (git version ctrl) Thu, 2 Aug 2012 12:47:17 +0200 (CEST)
| Newsgroups | gmane.linux.isdn.i4l.devel |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "mISDN library and utilities".
The branch, socket has been updated
via debd47d018080035a554d7268a15043ef7080c9c (commit)
from 69ef0bad774c1f241a763737b2b0bf9199c7f8a6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit debd47d018080035a554d7268a15043ef7080c9c
Author: Karsten Keil <[email protected]>
Date: Thu Aug 2 10:17:59 2012 +0200
Remove autogenerated files
Many users difd report problems to compile this package because
they had installed different versions of the autotools.
From now it is not longer possible to compile this package without
having autotools installed.
You can generate the the autotool files simply with running 'make'.
Signed-off-by: Karsten Keil <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 10 +
GNUmakefile | 42 +
INSTALL | 1 +
Makefile.in | 743 --
README | 10 +
aclocal.m4 | 957 --
bridge/Makefile.in | 525 --
capi20/Makefile.in | 568 --
capi20/module/Makefile.in | 549 --
config.guess | 1536 ---
config.sub | 1658 ----
configure |18964 --------------------------------------
depcomp | 589 --
example/Makefile.in | 554 --
guitools/Makefile.in | 570 --
guitools/qmisdnwatch/Makefile.in | 443 -
include/Makefile.in | 519 --
install-sh | 519 --
l1oip/Makefile.in | 525 --
lib/Makefile.in | 699 --
ltmain.sh | 8406 -----------------
m4/.gitignore | 2 -
missing | 367 -
tools/Makefile.in | 616 --
24 files changed, 63 insertions(+), 39309 deletions(-)
create mode 100644 GNUmakefile
delete mode 100644 Makefile.in
delete mode 100644 aclocal.m4
delete mode 100644 bridge/Makefile.in
delete mode 100644 capi20/Makefile.in
delete mode 100644 capi20/module/Makefile.in
delete mode 100755 config.guess
delete mode 100755 config.sub
delete mode 100755 configure
delete mode 100755 depcomp
delete mode 100644 example/Makefile.in
delete mode 100644 guitools/Makefile.in
delete mode 100644 guitools/qmisdnwatch/Makefile.in
delete mode 100644 include/Makefile.in
delete mode 100755 install-sh
delete mode 100644 l1oip/Makefile.in
delete mode 100644 lib/Makefile.in
delete mode 100755 ltmain.sh
delete mode 100644 m4/.gitignore
delete mode 100755 missing
delete mode 100644 tools/Makefile.in
hooks/post-receive
--
mISDN library and utilities