View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006372 | ardour | other | public | 2015-06-08 20:06 | 2015-06-08 20:06 |
Reporter | gunterkoenigsmann | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 4.X git (version in description) | ||||
Summary | 0006372: More autoconf compatibility | ||||
Description | Attached to this ticket there are two tags that would provide the users with more autoconf-like commands without breaking things for the developers. | ||||
Tags | No tags attached. | ||||
2015-06-08 20:06
|
0001-A-make-install-command-for-autotools-similarity.patch (496 bytes)
From 83b7ad228049af15ed998278fc442adb11842149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= <gunter@peterpall.de> Date: Tue, 2 Jun 2015 21:52:25 +0200 Subject: [PATCH 1/2] A "make install" command for autotools similarity. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4e0908e..6b95ceb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ all: waf +install: + ./waf install + waf: ./waf cscope: cscope.out -- 2.1.4 |
2015-06-08 20:06
|
0002-A-fake-configure-that-calls-waf.patch (511 bytes)
From a262e74764580d9a7ae0d19c46874714d2547692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gunter=20K=C3=B6nigsmann?= <gunter@peterpall.de> Date: Tue, 2 Jun 2015 21:53:12 +0200 Subject: [PATCH 2/2] A fake configure that calls waf. --- configure | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 configure diff --git a/configure b/configure new file mode 100755 index 0000000..783fe5a --- /dev/null +++ b/configure @@ -0,0 +1,2 @@ +#!/bin/sh +./waf configure "$@" \ No newline at end of file -- 2.1.4 |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-06-08 20:06 | gunterkoenigsmann | New Issue | |
2015-06-08 20:06 | gunterkoenigsmann | File Added: 0001-A-make-install-command-for-autotools-similarity.patch | |
2015-06-08 20:06 | gunterkoenigsmann | File Added: 0002-A-fake-configure-that-calls-waf.patch |