The configure script is also built from aclocal.m4.

This commit is contained in:
Guy Harris 2013-05-12 13:52:36 -07:00
parent c2269364b1
commit b5e5fca12b

View File

@ -2,7 +2,7 @@
# Auto-regenerate configure script or Makefile when things change.
# From autoconf.info . Works best with GNU Make.
#
${srcdir}/configure: configure.in
${srcdir}/configure: configure.in aclocal.m4
cd ${srcdir} && autoconf
# autoheader might not change config.h.in, so touch a stamp file.