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,6 +10,8 @@ AC_CONFIG_SRCDIR([src/kc/kcMain.cpp])
10 10
 AC_CONFIG_HEADERS([config.h])
11 11
 AC_CONFIG_MACRO_DIR([m4])
12 12
 
13
+AM_PROG_AR
14
+
13 15
 LT_INIT
14 16
 
15 17
 # Check for programs
@@ -17,6 +19,8 @@ AC_PROG_CC
17 19
 AC_PROG_CXX
18 20
 # AC_PROG_RANLIB  # required for static librarires
19 21
 
22
+AM_PROG_CC_C_O	  
23
+
20 24
 # Checks for libraries.
21 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 26
 #TODO: add more library checks 

Loading…
Cancel
Save