summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 2348e8f..29d3154 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,6 +4,7 @@
4AC_PREREQ(2.61) 4AC_PREREQ(2.61)
5AC_INIT(libiphone, 0.9.3, nospam@nowhere.com) 5AC_INIT(libiphone, 0.9.3, nospam@nowhere.com)
6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip]) 6AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
7m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
7AC_CONFIG_SRCDIR([src/]) 8AC_CONFIG_SRCDIR([src/])
8AC_CONFIG_HEADERS([config.h]) 9AC_CONFIG_HEADERS([config.h])
9AC_CONFIG_MACRO_DIR([m4]) 10AC_CONFIG_MACRO_DIR([m4])