diff options
| author | 2009-01-13 18:57:52 +0100 | |
|---|---|---|
| committer | 2009-01-13 18:57:52 +0100 | |
| commit | d4694679f918750e920a2238d891cd2fbb741a90 (patch) | |
| tree | ea52b9d253993b31ec71cbad35280d7c5eeab957 /configure.ac | |
| parent | 564aebf941f2f0c5fb57d2f86091b37d6331b9d9 (diff) | |
| download | libimobiledevice-d4694679f918750e920a2238d891cd2fbb741a90.tar.gz libimobiledevice-d4694679f918750e920a2238d891cd2fbb741a90.tar.bz2 | |
Add parts of a python binding to libiphone that also include libplist (using SWIG).
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9516ec4..87ed8dc 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -6,9 +6,15 @@ AC_INIT(libiphone, 0.1.0, nospam@nowhere.com) | |||
| 6 | AM_INIT_AUTOMAKE(libiphone, 0.1.0) | 6 | AM_INIT_AUTOMAKE(libiphone, 0.1.0) |
| 7 | AC_CONFIG_SRCDIR([src/]) | 7 | AC_CONFIG_SRCDIR([src/]) |
| 8 | AC_CONFIG_HEADER([config.h]) | 8 | AC_CONFIG_HEADER([config.h]) |
| 9 | AC_CONFIG_MACRO_DIR([m4]) | ||
| 9 | 10 | ||
| 10 | AC_PROG_LIBTOOL | 11 | AC_PROG_LIBTOOL |
| 11 | 12 | ||
| 13 | AM_PATH_PYTHON(2.3) | ||
| 14 | AC_PROG_SWIG(1.3.21) | ||
| 15 | SWIG_PYTHON | ||
| 16 | |||
| 17 | |||
| 12 | # Checks for programs. | 18 | # Checks for programs. |
| 13 | AC_PROG_CC | 19 | AC_PROG_CC |
| 14 | AM_PROG_CC_C_O | 20 | AM_PROG_CC_C_O |
| @@ -60,4 +66,4 @@ if test "$no_debug_code" = true; then | |||
| 60 | AC_DEFINE(STRIP_DEBUG_CODE,1,[Strip debug reporting code]) | 66 | AC_DEFINE(STRIP_DEBUG_CODE,1,[Strip debug reporting code]) |
| 61 | fi | 67 | fi |
| 62 | 68 | ||
| 63 | AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile libiphone-1.0.pc) | 69 | AC_OUTPUT(Makefile src/Makefile include/Makefile fdi/Makefile dev/Makefile swig/Makefile libiphone-1.0.pc) |
