Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
b130b6c6
Commit
b130b6c6
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
update from latest gnome foocanvas
parent
7d3a634e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
foocanvas/zmap_source/configure.in
+4
-0
4 additions, 0 deletions
foocanvas/zmap_source/configure.in
foocanvas/zmap_source/configure.in.diff
+13
-18
13 additions, 18 deletions
foocanvas/zmap_source/configure.in.diff
with
17 additions
and
18 deletions
foocanvas/zmap_source/configure.in
+
4
−
0
View file @
b130b6c6
...
...
@@ -15,6 +15,10 @@ AC_PROG_CC
AC_HEADER_STDC
AM_PROG_LIBTOOL
dnl Let's try not building dynamic libs.
AC_DISABLE_SHARED
GNOME_COMPILE_WARNINGS
GETTEXT_PACKAGE=libfoocanvas-2.0
...
...
This diff is collapsed.
Click to expand it.
foocanvas/zmap_source/configure.in.diff
+
13
−
18
View file @
b130b6c6
--- ./tmp_merged_foocanvas/configure.in 2010-03-16 15:14:38.492000000 +0000
+++ ./tmp_zmap_foocanvas/configure.in 2010-03-16 15:14:36.984000000 +0000
@@ -3,7 +3,8 @@
AC_CONFIG_SRCDIR([libfoocanvas/foo-canvas.c])
--- ./tmp_merged_foocanvas/configure.in 2010-03-19 11:04:07.079000000 +0000
+++ ./tmp_zmap_foocanvas/configure.in 2010-03-19 10:56:28.889000000 +0000
@@ -13,13 +13,11 @@
AC_ISC_POSIX
AC_PROG_CC
AC_HEADER_STDC
-
+AM_PROG_LIBTOOL
AC_CONFIG_HEADERS([config.h])
-AM_INIT_AUTOMAKE([dist-bzip2])
+dnl [dist-bz2] removed from the AM_INIT_AUTOMAKE()
+AM_INIT_AUTOMAKE([])
dnl Let's try not building dynamic libs.
AC_DISABLE_SHARED
AM_MAINTAINER_MODE
-AM_PROG_LIBTOOL
-
@@ -53,7 +54,8 @@
AC_SUBST(HTML_DIR, $with_html_dir)
fi
GNOME_COMPILE_WARNINGS
-GTK_DOC_CHECK([1.0])
+dnl MAC OS X doesn't like this... (requires gtk-doc, which requires a million other packages)
+dnl GTK_DOC_CHECK([1.0])
AC_CONFIG_FILES([
Makefile
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment