summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorpiotr <piotr@piotr-desktop.(none)>2009-06-01 11:09:44 +0200
committerpiotr <piotr@piotr-desktop.(none)>2009-06-01 11:09:44 +0200
commit39dec54e5b4b1cea5f52ad7009907241eea75e02 (patch)
treebc68cd01adecf126768cdc096622dedb180136fa /configure.ac
parent3d271a927940df0d7368c774c0e1ed0881e6d493 (diff)
big and dirty commit - before osr_repair
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 aa33970..709ac12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ AM_CONFIG_HEADER(config.h)
AC_CANONICAL_TARGET([])
AC_CONFIG_AUX_DIR([.])
AM_INIT_AUTOMAKE(gsm-receiver,0.0.1)
+AC_CONFIG_MACRO_DIR([config])
GR_X86_64
dnl LF_CONFIGURE_CC
@@ -53,7 +54,6 @@ AC_LIBTOOL_WIN32_DLL
AC_ENABLE_SHARED dnl do build shared libraries
AC_DISABLE_STATIC dnl don't build static libraries
m4_ifdef([LT_INIT],[LT_INIT],[AC_PROG_LIBTOOL])
-
dnl Locate python, SWIG, etc
GR_NO_UNDEFINED
GR_SCRIPTING
personal git repositories of Harald Welte. Your mileage may vary