AUTOMAKE_OPTIONS = foreign

sbin_PROGRAMS = tmpreaper
man_MANS = tmpreaper.8

if HAVE_GETOPT_LONG
tmpreaper_SOURCES = tmpreaper.c
else
tmpreaper_SOURCES = tmpreaper.c getopt.c getopt1.c
endif


syntax highlighted by Code2HTML, v. 0.9.1