configure.ac
changeset 363 a0fb5d224855
parent 353 17bffb57a8c5
child 369 569e7d9e2406
equal deleted inserted replaced
362:6482d83fadee 363:a0fb5d224855
     1 #                                               -*- Autoconf -*-
     1 #                                               -*- Autoconf -*-
     2 # Process this file with autoconf to produce a configure script.
     2 # Process this file with autoconf to produce a configure script.
     3 
     3 
     4 AC_PREREQ([2.61])
     4 AC_PREREQ([2.61])
     5 AC_INIT([matiec], [0.1], [matteo.facchinetti@sirius-es.it])
     5 AC_INIT([matiec], [0.1], [msousa@fe.up.pt, beremiz-devel@lists.sourceforge.net])
     6 AC_CONFIG_HEADERS([config/config.h])
     6 AC_CONFIG_HEADERS([config/config.h])
     7 AC_CONFIG_AUX_DIR(config)
     7 AC_CONFIG_AUX_DIR(config)
     8 
     8 
     9 AM_INIT_AUTOMAKE([foreign])
     9 AM_INIT_AUTOMAKE([foreign])
    10 
    10