13 CLEANADD=Makefile.cfg conftest*
17 $(scrdir)/configure: configure.ac aclocal.m4
18 cd $(srcdir) && autoconf
20 config.status: configure
21 $(SHELL) config.status --recheck
23 # autoheader might not change config.hin, so touch a stamp file.
24 $(srcdir)/config.hin: stamp-h.in
25 $(srcdir)/stamp-h.in: configure.ac aclocal.m4
26 cd $(srcdir) && autoheader
27 echo timestamp > $(srcdir)/stamp-h.in
30 stamp-h: config.hin config.status
31 $(SHELL) config.status
33 # Always create the site-font directory as a guide to the user.
35 -test -d $(localfontdir) || $(mkinstalldirs) $(localfontdir)