configure.in
changeset 0 6b8091ca909a
equal deleted inserted replaced
-1:000000000000 0:6b8091ca909a
       
     1 dnl Process this file with autoconf to produce a configure script.
       
     2 AC_INIT(prova.cc)
       
     3 
       
     4 AM_INIT_AUTOMAKE(prova,0.1)
       
     5 
       
     6 dnl Checks for programs.
       
     7 AC_PROG_CXX
       
     8 AC_PROG_INSTALL
       
     9 
       
    10 dnl Checks for libraries.
       
    11 
       
    12 dnl Checks for header files.
       
    13 
       
    14 dnl Checks for typedefs, structures, and compiler characteristics.
       
    15 AC_C_CONST
       
    16 
       
    17 dnl Checks for library functions.
       
    18 
       
    19 AC_OUTPUT(Makefile)