icn: autoreconf

Update all files generated by autotools via a call to 'autoreconf -if'.
Update Makefile.in to avoid configure-time warning.
This commit is contained in:
Peter Marschall 2012-04-27 16:54:52 +02:00
parent 4b653df04c
commit bd68118ef8
2 changed files with 3227 additions and 2263 deletions

View File

@ -20,8 +20,10 @@ MAN8DIR = $(MANDIR)/man8
INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_DATA = $(INSTALL) -o 0 -g 0 -m 0644
INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
CC = @CC@
CC = @CC@
COPTS =
datarootdir = @datarootdir@
datadir = @datadir@
ifeq ("@CONFIG_ICNCTRL_DEBUG@","y")
COPTS += -D__DEBUGVAR__

5486
icn/configure vendored

File diff suppressed because it is too large Load Diff