spacepaste

diff -Naur sword.orig/configure.ac sword.new/configure.ac
sword.orig/configure.ac [2013-01-13 12:46:13.000000000 +0100]
sword.new/configure.ac [2013-01-13 12:47:34.000000000 +0100]
13 13 AC_CANONICAL_TARGET
14 14 AM_INIT_AUTOMAKE
15 15
16 AM_CONFIG_HEADER(include/config.h)
16 AC_CONFIG_HEADERS(include/config.h)
17 17
18 18 AC_CONFIG_MACRO_DIR([m4])
19 19
diff -Naur sword.orig/examples/cmdline/Makefile.am sword.new/examples/cmdline/Makefile.am
sword.orig/examples/cmdline/Makefile.am [2013-01-13 12:46:13.000000000 +0100]
sword.new/examples/cmdline/Makefile.am [2013-01-13 12:53:55.000000000 +0100]
1 1 AUTOMAKE_OPTIONS = 1.6
2 INCLUDES = -I $(top_srcdir)/include
2 AM_CPPFLAGS = -I $(top_srcdir)/include
3 3 if USE_INTERNAL_REGEX
4 INCLUDES += -I$(top_srcdir)/include/internal/regex
4 AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
5 5 endif
6 6 LDADD = $(top_builddir)/lib/libsword.la
7 7
diff -Naur sword.orig/tests/Makefile.am sword.new/tests/Makefile.am
sword.orig/tests/Makefile.am [2013-01-13 12:46:14.000000000 +0100]
sword.new/tests/Makefile.am [2013-01-13 12:54:33.000000000 +0100]
1 1 AUTOMAKE_OPTIONS = 1.6
2 INCLUDES = -I $(top_srcdir)/include
2 AM_CPPFLAGS = -I $(top_srcdir)/include
3 3 if USE_INTERNAL_REGEX
4 INCLUDES += -I$(top_srcdir)/include/internal/regex
4 AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
5 5 endif
6 6 LDADD = $(top_builddir)/lib/libsword.la
7 7
diff -Naur sword.orig/utilities/Makefile.am sword.new/utilities/Makefile.am
sword.orig/utilities/Makefile.am [2013-01-13 12:46:13.000000000 +0100]
sword.new/utilities/Makefile.am [2013-01-13 12:56:12.000000000 +0100]
1 1 AUTOMAKE_OPTIONS = 1.6
2 2 SUBDIRS = diatheke
3 INCLUDES = -I $(top_srcdir)/include
3 AM_CPPFLAGS = -I $(top_srcdir)/include
4 4 if USE_INTERNAL_REGEX
5 INCLUDES += -I$(top_srcdir)/include/internal/regex
5 AM_CPPFLAGS += -I$(top_srcdir)/include/internal/regex
6 6 endif
7 7 LDADD = $(top_builddir)/lib/libsword.la
8 8 noinst_PROGRAMS = cipherraw lexdump \