commit 6d6d02187a81b38bc8f4a4e2daa689663a05f972 Author: David Goulet dgoulet@ev0ke.net Date: Sun Jun 2 11:54:45 2013 -0400
Fix single quote and add default includes
Signed-off-by: David Goulet dgoulet@ev0ke.net --- configure.ac | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac index 4bf2e36..aded828 100644 --- a/configure.ac +++ b/configure.ac @@ -619,7 +619,7 @@ if test "x$CONFDIR" = "x"; then CONFDIR=`eval echo $sysconfdir` fi AC_SUBST(CONFDIR) -AH_TEMPLATE([CONFDIR],[torsock's configuration directory]) +AH_TEMPLATE([CONFDIR],[torsocks configuration directory]) AC_DEFINE_UNQUOTED(CONFDIR,"$CONFDIR")
AC_ARG_WITH(conf, @@ -645,6 +645,9 @@ AC_SUBST(LIBTOOL_DEPS) AC_ENABLE_SHARED AC_ENABLE_STATIC
+DEFAULT_INCLUDES="-I$(top_srcdir) -I$(top_builddir) -I$(top_builddir)/src -I$(top_builddir)/include -include config.h" +AC_SUBST(DEFAULT_INCLUDES) + AC_CONFIG_FILES([ Makefile src/Makefile
tor-commits@lists.torproject.org