Changeset 1769 for trunk/configure.ac
- Timestamp:
- Feb 3, 2009, 11:01:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r1767 r1769 74 74 AS_IF([test "x$ECHO" = x], [ECHO=echo]) 75 75 AC_SUBST(ECHO) 76 77 # some tests require autotools78 AC_MSG_NOTICE([checking for autotools])79 AC_CHECK_PROG([have_automake], [automake], [yes], [no])80 AC_CHECK_PROG([have_autoconf], [autoconf], [yes], [no])81 AC_CHECK_PROG([have_libtool], [libtool], [yes], [no])82 AM_CONDITIONAL([HAVE_AUTOTOOLS],83 [test x$have_automake = xyes &&84 test x$have_autoconf = xyes &&85 test x$have_libtool = xyes])86 76 87 77 AC_MSG_NOTICE(dnl … … 307 297 308 298 309 AC_CONFIG_FILES([test/ yat_m4_test.sh], [chmod +x test/yat_m4_test.sh])299 AC_CONFIG_FILES([test/create_yathello.sh], [chmod +x test/create_yathello.sh]) 310 300 AC_CONFIG_FILES([Makefile 311 301 build_support/Makefile
Note: See TracChangeset
for help on using the changeset viewer.