summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2022-10-13 16:26:44 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2022-10-13 16:26:44 +0200
commit9e1d8ead09654d93d0c68ba10b87cf5a3f68f805 (patch)
tree834d16dae713afe10d2840a11ec6c5cb4d2a2bae
parentcd7f67869e06ee2826046df41d7a9c3e7a332062 (diff)
use subdir-objects
-rw-r--r--debian/patches/0007-update-autotools-file-for-the-cctbx-variant.patch15
1 files changed, 12 insertions, 3 deletions
diff --git a/debian/patches/0007-update-autotools-file-for-the-cctbx-variant.patch b/debian/patches/0007-update-autotools-file-for-the-cctbx-variant.patch
index 5b2a797..fccb50e 100644
--- a/debian/patches/0007-update-autotools-file-for-the-cctbx-variant.patch
+++ b/debian/patches/0007-update-autotools-file-for-the-cctbx-variant.patch
@@ -4,8 +4,8 @@ Subject: update autotools file for the cctbx variant
---
Makefile.am | 2 +-
- configure.ac | 3 ++-
- 2 files changed, 3 insertions(+), 2 deletions(-)
+ configure.ac | 5 +++--
+ 2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 668bab0..17f6b4f 100644
@@ -15,9 +15,18 @@ index 668bab0..17f6b4f 100644
-SUBDIRS = src include ann2fig sample test
+SUBDIRS = src include ann2fig sample test ann-cctbx
diff --git a/configure.ac b/configure.ac
-index 4626b86..47addc2 100644
+index 4626b86..6437292 100644
--- a/configure.ac
+++ b/configure.ac
+@@ -3,7 +3,7 @@ AC_INIT([ann], [1.0], [bornik@icg.tu-graz.aca.t])
+
+ AC_CONFIG_AUX_DIR(cfg)
+
+-AM_INIT_AUTOMAKE
++AM_INIT_AUTOMAKE([subdir-objects])
+ AC_CONFIG_HEADERS(config.h)
+ AM_MAINTAINER_MODE
+
@@ -49,6 +49,7 @@ AC_CONFIG_FILES([Makefile
include/Makefile
ann2fig/Makefile