(handle_installdirs): Handle installdirs-recursive.
[automake.git] / remake.am
blobaee6da19793057f3f80606dadfd420eb8eb45394
1 $(srcdir)/Makefile.in: Makefile.am
2         cd $(srcdir); automake Makefile
4 # For an explanation of the following Makefile rules, see node
5 # `Automatic Remaking' in GNU Autoconf documentation.
6 Makefile: Makefile.in config.status
7         CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
8 config.status: configure
9         ./config.status --recheck
10 ${srcdir}/configure: configure.in ${ACLOCAL}
11         cd $(srcdir); autoconf