autoconf stuff from Carl

This commit is contained in:
brianb
2000-03-19 13:26:41 +00:00
parent 99a5e99dd4
commit f009565993
11 changed files with 107 additions and 7 deletions

View File

@@ -69,3 +69,15 @@ clean:
.c.o:
$(CC) -g -c $< $(INC)
install:
@for prog in $(PROGS); do \
echo " copying $$prog to $(bindir)"; \
cp $$prog $(bindir); \
done
uninstall:
@for prog in $(PROGS); do \
echo " removing $$prog from $(bindir)"; \
rm -f $(bindir)/$$prog; \
done

1
src/util/config.h.in Normal file
View File

@@ -0,0 +1 @@
/* config.h.in. Generated automatically from configure.in by autoheader. */