Browse Source

configure.ac : Added AM_PROG_AR and AM_PROG_CC_C_O.

master
kpl 10 years ago
parent
commit
9911e058f3
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      configure.ac

+ 4
- 0
configure.ac View File

10
 AC_CONFIG_HEADERS([config.h])
10
 AC_CONFIG_HEADERS([config.h])
11
 AC_CONFIG_MACRO_DIR([m4])
11
 AC_CONFIG_MACRO_DIR([m4])
12
 
12
 
13
+AM_PROG_AR
14
+
13
 LT_INIT
15
 LT_INIT
14
 
16
 
15
 # Check for programs
17
 # Check for programs
17
 AC_PROG_CXX
19
 AC_PROG_CXX
18
 # AC_PROG_RANLIB  # required for static librarires
20
 # AC_PROG_RANLIB  # required for static librarires
19
 
21
 
22
+AM_PROG_CC_C_O	  
23
+
20
 # Checks for libraries.
24
 # Checks for libraries.
21
 # AC_CHECK_LIB([cairo],[cairo_debug_reset_static_data],[AC_MSG_RESULT([The 'cairo' library was found.])],[AC_MSG_ERROR([The 'cairo' library was not found.])])
25
 # AC_CHECK_LIB([cairo],[cairo_debug_reset_static_data],[AC_MSG_RESULT([The 'cairo' library was found.])],[AC_MSG_ERROR([The 'cairo' library was not found.])])
22
 #TODO: add more library checks 
26
 #TODO: add more library checks 

Loading…
Cancel
Save