summaryrefslogtreecommitdiff
path: root/debian/patches/001-changes_build_sys.diff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-03 14:31:42 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-01-03 14:31:42 +0100
commit6f5d6e0bfa8e6f8a3de16e4d537abcce4e94547d (patch)
treee79df86cb7d2a961960265e2ae333955cbc85630 /debian/patches/001-changes_build_sys.diff
parent27195517c5bfdbc8821bfd3c957b6c35d6c13544 (diff)
some work for the new release. see debian/changelog
Diffstat (limited to 'debian/patches/001-changes_build_sys.diff')
-rw-r--r--debian/patches/001-changes_build_sys.diff14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/001-changes_build_sys.diff b/debian/patches/001-changes_build_sys.diff
index cf98b0c..5750433 100644
--- a/debian/patches/001-changes_build_sys.diff
+++ b/debian/patches/001-changes_build_sys.diff
@@ -6,11 +6,11 @@ Last-Update: 2014-05-07
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/configure.in
===================================================================
---- trunk.orig/configure.in 2014-05-07 16:35:17.303465288 +0200
-+++ trunk/configure.in 2014-05-07 16:35:49.536109222 +0200
+--- trunk.orig/configure.in
++++ trunk/configure.in
@@ -1,9 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
- AC_INIT(onig, 5.9.5)
+ AC_INIT(onig, 5.9.6)
+
+AUTOMAKE_OPTIONS=subdir-objects
@@ -21,7 +21,7 @@ Index: trunk/configure.in
AC_CONFIG_HEADER(config.h)
-@@ -41,7 +43,7 @@
+@@ -41,7 +43,7 @@ fi
dnl Checks for programs.
AC_PROG_CC
AM_PROG_LIBTOOL
@@ -32,9 +32,9 @@ Index: trunk/configure.in
AC_PROG_INSTALL
Index: trunk/Makefile.am
===================================================================
---- trunk.orig/Makefile.am 2014-05-07 16:35:17.303465288 +0200
-+++ trunk/Makefile.am 2014-05-07 16:35:17.295465127 +0200
-@@ -3,6 +3,7 @@
+--- trunk.orig/Makefile.am
++++ trunk/Makefile.am
+@@ -3,6 +3,7 @@ encdir = $(top_srcdir)/enc
sampledir = $(top_srcdir)/sample
libname = libonig.la