X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=97ac4bfac38fc48e6a934b8f6f067afbd9c1d57d;hb=1b9cc11ece64ac12f63e6c96e32b404b32fb0f32;hp=95d2f2b9c9a3b10310180b72486191225d07dd3b;hpb=e9558f1dd242f2eb6a528c5509f1f8911fffe5d7;p=portablexdr.git diff --git a/configure.ac b/configure.ac index 95d2f2b..97ac4bf 100644 --- a/configure.ac +++ b/configure.ac @@ -3,15 +3,20 @@ AM_INIT_AUTOMAKE AC_CONFIG_HEADERS([config.h]) +AC_CONFIG_MACRO_DIR([m4]) + AC_CANONICAL_HOST AC_PROG_CC -AC_CHECK_PROGS(AR, ar) +AM_PROG_CC_C_O + AC_PROG_INSTALL AC_PROG_LIBTOOL AC_PROG_LEX AC_PROG_YACC +AC_CHECK_PROGS(AR, ar) + dnl Look for an external 'cpp' program which can run on a file with any dnl extension. The normal CPP can only run on files with a '.c' dnl extension, therefore we prefer to use /usr/bin/cpp if it exists.