iprofd: 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-21 15:05:38 +02:00
parent d5904b16f9
commit ecc2fbde3f
2 changed files with 3040 additions and 2020 deletions

View File

@ -19,7 +19,9 @@ INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
prefix = @prefix@
exec_prefix = @exec_prefix@
CC = @CC@
CC = @CC@
datarootdir = @datarootdir@
datadir = @datadir@
.SUFFIXES:
.SUFFIXES: .c .o

5056
iprofd/configure vendored

File diff suppressed because it is too large Load Diff