-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update mummer4 to 4.0.0 * clean up patches * add m4 * Update build.sh --------- Co-authored-by: mencian <joshua.zhuang@yahoo.com> Co-authored-by: Joshua Zhuang <71105179+mencian@users.noreply.github.com>
- Loading branch information
1 parent
89fad93
commit 1b0e16c
Showing
10 changed files
with
108 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
diff --git a/Makefile.am b/Makefile.am | ||
index 9a885ca..22d95e4 100644 | ||
--- a/Makefile.am | ||
+++ b/Makefile.am | ||
@@ -171,10 +171,10 @@ deltafiltername = $(shell echo delta-filter | sed '$(transform)') | ||
repeatmatchname = $(shell echo repeat-match | sed '$(transform)') | ||
|
||
|
||
-script_inst_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
- -e 's,[@]BIN_DIR[@],$(bindir),g' \ | ||
- -e 's,[@]LIB_DIR[@],$(script_libdir),g' \ | ||
- -e 's,[@]LIBEXEC_DIR[@],$(pkglibexecdir),g' \ | ||
+script_inst_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
+ -e -e 's,"[@]BIN_DIR[@]",\x27$(bindir)\x27,g' \ | ||
+ -e -e 's,"[@]LIB_DIR[@]",\x27$(script_libdir)\x27,g' \ | ||
+ -e 's,"[@]LIBEXEC_DIR[@]",\x27$(pkglibexecdir)\x27,g' \ | ||
-e 's,[@]MUMMER[@],$(mummername),g' \ | ||
-e 's,[@]MGAPS[@],$(mgapsname),g' \ | ||
-e 's,[@]PRENUC[@],$(prenucname),g' \ | ||
@@ -188,9 +188,9 @@ script_inst_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
-e 's,[@]DELTAFILTER[@],$(deltafiltername),g' \ | ||
-e 's,[@]REPEATMATCH[@],$(repeatmatchname),g' | ||
script_local_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
- -e 's,[@]BIN_DIR[@],$(abs_builddir),g' \ | ||
- -e 's,[@]LIB_DIR[@],$(abs_srcdir)/scripts,g' \ | ||
- -e 's,[@]LIBEXEC_DIR[@],$(abs_builddir),g' \ | ||
+ -e 's,"[@]BIN_DIR[@]",\x27$(abs_builddir)\x27,g' \ | ||
+ -e 's,"[@]LIB_DIR[@]",\x27$(abs_srcdir)/scripts\x27,g' \ | ||
+ -e 's,"[@]LIBEXEC_DIR[@]",\x27$(abs_builddir)\x27,g' \ | ||
-e 's,[@]MUMMER[@],mummer,g' \ | ||
-e 's,[@]MGAPS[@],mgaps,g' \ | ||
-e 's,[@]PRENUC[@],prenuc,g' \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
diff --git a/Makefile.in b/Makefile.in | ||
index 2d4c65d..5da668f 100644 | ||
--- a/Makefile.in | ||
+++ b/Makefile.in | ||
@@ -1048,9 +1048,9 @@ showsnpsname = $(shell echo show-snps | sed '$(transform)') | ||
deltafiltername = $(shell echo delta-filter | sed '$(transform)') | ||
repeatmatchname = $(shell echo repeat-match | sed '$(transform)') | ||
script_inst_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
- -e 's,[@]BIN_DIR[@],$(bindir),g' \ | ||
- -e 's,[@]LIB_DIR[@],$(script_libdir),g' \ | ||
- -e 's,[@]LIBEXEC_DIR[@],$(pkglibexecdir),g' \ | ||
+ -e 's,"[@]BIN_DIR[@]",\x27$(bindir)\x27,g' \ | ||
+ -e 's,"[@]LIB_DIR[@]",\x27$(script_libdir)\x27,g' \ | ||
+ -e 's,"[@]LIBEXEC_DIR[@]",\x27$(pkglibexecdir)\x27,g' \ | ||
-e 's,[@]MUMMER[@],$(mummername),g' \ | ||
-e 's,[@]MGAPS[@],$(mgapsname),g' \ | ||
-e 's,[@]PRENUC[@],$(prenucname),g' \ | ||
@@ -1065,9 +1065,9 @@ script_inst_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
-e 's,[@]REPEATMATCH[@],$(repeatmatchname),g' | ||
|
||
script_local_subst = sed -e 's,[@]PERL[@],$(PERL),g' \ | ||
- -e 's,[@]BIN_DIR[@],$(abs_builddir),g' \ | ||
- -e 's,[@]LIB_DIR[@],$(abs_srcdir)/scripts,g' \ | ||
- -e 's,[@]LIBEXEC_DIR[@],$(abs_builddir),g' \ | ||
+ -e 's,"[@]BIN_DIR[@]",\x27$(abs_builddir)\x27,g' \ | ||
+ -e 's,"[@]LIB_DIR[@]",\x27$(abs_srcdir)/scripts\x27,g' \ | ||
+ -e 's,"[@]LIBEXEC_DIR[@]",\x27$(abs_builddir)\x27,g' \ | ||
-e 's,[@]MUMMER[@],mummer,g' \ | ||
-e 's,[@]MGAPS[@],mgaps,g' \ | ||
-e 's,[@]PRENUC[@],prenuc,g' \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.