loop: 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 19:18:40 +02:00
parent c4322d8038
commit 81669c259c
2 changed files with 3224 additions and 2349 deletions

View File

@ -13,10 +13,12 @@ PROGRAM = loopctrl
MODULES = loopctrl.o
MANPAGE = loopctrl.8
INSTALL = @INSTALL@
INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_PROGRAM = $(INSTALL) -o 0 -g 0 -m 0750
INSTALL_MAN = $(INSTALL) -o 0 -g 0 -m 0644
prefix = @prefix@
exec_prefix = @exec_prefix@
datarootdir = @datarootdir@
datadir = @datadir@
ifeq (../scripts/autoconf.mk,$(wildcard ../scripts/autoconf.mk))
include ../scripts/autoconf.mk
ifeq ($(CONFIG_LOOPCTRL_DEBUG),y)
@ -29,7 +31,7 @@ else
mandir = @mandir@
endif
MAN8DIR = $(mandir)/man8
CC = @CC@
CC = @CC@
.SUFFIXES:
.SUFFIXES: .c .o

5567
loop/configure vendored

File diff suppressed because it is too large Load Diff