Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Check the GRAS_ARCH; cosmetics
[simgrid.git] / configure.ac
index e9a82e4..c282f86 100644 (file)
@@ -15,7 +15,6 @@ AM_CONFIG_HEADER(src/gras_config.h)
 AM_INIT_AUTOMAKE
 
 AM_PROG_LIBTOOL
 AM_INIT_AUTOMAKE
 
 AM_PROG_LIBTOOL
-GNOME_GTKDOC_CHECK
 
 # declare the modules (no optional module)
 
 
 # declare the modules (no optional module)
 
@@ -27,11 +26,12 @@ ACLOCAL="$ACLOCAL -I acmacro"
 
 
 AC_PROG_CC
 
 
 AC_PROG_CC
-AC_PROG_F77
-AC_F77_LIBRARY_LDFLAGS
 AM_SANITY_CHECK
 AC_PROG_MAKE_SET
 
 AM_SANITY_CHECK
 AC_PROG_MAKE_SET
 
+# Check architecture signature
+GRAS_ARCH
+
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([stddef.h stdlib.h string.h unistd.h])
 # Checks for header files.
 AC_HEADER_STDC
 AC_CHECK_HEADERS([stddef.h stdlib.h string.h unistd.h])
@@ -44,7 +44,10 @@ AC_TYPE_SIZE_T
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
 # Checks for library functions.
 AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
-AC_CHECK_FUNCS([memset strchr strerror])
+AC_CHECK_FUNCS([memset strchr strerror usleep])
+
+# Can we rebuild the documentation?
+GNOME_GTKDOC_CHECK
 
 dnl ####[ Search libs ]#######################################################
 ACI_PACKAGE_SAVED(XML,[XML library (version XML2)],xml2-config,,,:)
 
 dnl ####[ Search libs ]#######################################################
 ACI_PACKAGE_SAVED(XML,[XML library (version XML2)],xml2-config,,,:)