summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c0b7b5f..29dd5f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.61)
5AC_INIT(libiphone, 0.9.1, nospam@nowhere.com) 5AC_INIT(libiphone, 0.9.1, nospam@nowhere.com)
6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) 6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
7AC_CONFIG_SRCDIR([src/]) 7AC_CONFIG_SRCDIR([src/])
8AC_CONFIG_HEADER([config.h]) 8AC_CONFIG_HEADERS([config.h])
9AC_CONFIG_MACRO_DIR([m4]) 9AC_CONFIG_MACRO_DIR([m4])
10 10
11AC_PROG_LIBTOOL 11AC_PROG_LIBTOOL