Skip to content

Commit

Permalink
The configure script depends on aclocal.m4.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyharris committed May 12, 2013
1 parent 5b8a951 commit 88ec4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-devel-adds
Expand Up @@ -7,7 +7,7 @@ ${srcdir}/configure: configure.in aclocal.m4

# autoheader might not change config.h.in, so touch a stamp file.
${srcdir}/config.h.in: ${srcdir}/stamp-h.in
${srcdir}/stamp-h.in: configure.in
${srcdir}/stamp-h.in: configure.in aclocal.m4
cd ${srcdir} && autoheader
echo timestamp > ${srcdir}/stamp-h.in

Expand Down

0 comments on commit 88ec4a3

Please sign in to comment.