Merge lp:~brianaker/libdrizzle/autoreconf-zlib-fixes into lp:libdrizzle

Proposed by Brian Aker
Status: Merged
Approved by: Andrew Hutchings
Approved revision: 87
Merged at revision: 87
Proposed branch: lp:~brianaker/libdrizzle/autoreconf-zlib-fixes
Merge into: lp:libdrizzle
Diff against target: 29 lines (+2/-3)
2 files modified
.bootstrap (+0/-1)
m4/zlib.m4 (+2/-2)
To merge this branch: bzr merge lp:~brianaker/libdrizzle/autoreconf-zlib-fixes
Reviewer Review Type Date Requested Status
Andrew Hutchings Approve
Review via email: mp+142817@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Andrew Hutchings (linuxjedi) wrote :

Yay! No autotools warnings! :)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file '.bootstrap'
--- .bootstrap 2012-12-19 12:07:00 +0000
+++ .bootstrap 2013-01-11 00:29:24 +0000
@@ -15,4 +15,3 @@
15# WARNINGS=15# WARNINGS=
16BOOTSTRAP_SNAPSHOT=true16BOOTSTRAP_SNAPSHOT=true
17BOOTSTRAP_SNAPSHOT_CHECK='configure'17BOOTSTRAP_SNAPSHOT_CHECK='configure'
18WARNINGS='all'
1918
=== modified file 'm4/zlib.m4'
--- m4/zlib.m4 2012-12-29 17:31:57 +0000
+++ m4/zlib.m4 2013-01-11 00:29:24 +0000
@@ -1,6 +1,6 @@
1 AC_DEFUN([AC_PATH_ZLIB], [1 AC_DEFUN([AC_PATH_ZLIB], [
2 AC_ARG_WITH(zlib,2 AC_ARG_WITH(zlib,
3 AC_HELP_STRING([--with-zlib=DIR],3 AS_HELP_STRING([--with-zlib=DIR],
4 [search for ZLIB in DIR/include and DIR/lib]),4 [search for ZLIB in DIR/include and DIR/lib]),
5 [for dir in `echo "$withval" | tr : ' '`; do5 [for dir in `echo "$withval" | tr : ' '`; do
6 if test -d $dir/include; then6 if test -d $dir/include; then
@@ -12,7 +12,7 @@
12 done[]])12 done[]])
1313
14 AC_ARG_WITH(zlib-includes,14 AC_ARG_WITH(zlib-includes,
15 AC_HELP_STRING([--with-zlib-includes=DIR],15 AS_HELP_STRING([--with-zlib-includes=DIR],
16 [search for ZLIB includes in DIR]),16 [search for ZLIB includes in DIR]),
17 [for dir in `echo "$withval" | tr : ' '`; do17 [for dir in `echo "$withval" | tr : ' '`; do
18 if test -d $dir; then18 if test -d $dir; then

Subscribers

People subscribed via source and target branches

to all changes:
to status/vote changes: