commit 9579faaeeee0757f9ff24a0aef2c66a607cb3071 parent 9627b8c49caf4b86122b8792350e7f7d97c37b51 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 28 May 2007 19:17:03 +0000 mkdir p Diffstat:
| M | configure.ac | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac @@ -15,7 +15,7 @@ AC_PROG_CPP AC_PROG_CXX AC_CHECK_PROG(HAVE_CXX, $CXX, yes, no) AM_CONDITIONAL(HAVE_CXX, test "x$HAVE_CXX" = "xyes") - +AC_PROG_MKDIR_P AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET