bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7860: recursive autoreconf breaks AM_COND_IF conditionalization of A


From: Ralf Wildenhues
Subject: bug#7860: recursive autoreconf breaks AM_COND_IF conditionalization of AC_CONFIG_FILES
Date: Wed, 19 Jan 2011 19:21:58 +0100
User-agent: Mutt/1.5.20 (2010-08-04)

* Dave Hart wrote on Tue, Jan 18, 2011 at 10:13:21PM CET:
> http://support.ntp.org/people/hart/am-libopts-subpkg.tar.gz

First off, here's a trivial portability fix from that tarball.

Cheers,
Ralf

2011-01-19  Ralf Wildenhues  <address@hidden>

        * m4/liboptschk.m4 (ag_FIND_LIBOPTS): Avoid bashism.

diff -ru am-libopts-subpkg/subproj/libopts/m4/liboptschk.m4 
am-libopts-subpkg/subproj/libopts/m4/liboptschk.m4
--- am-libopts-subpkg/subproj/libopts/m4/liboptschk.m4  2010-11-21 
08:28:49.000000000 +0100
+++ am-libopts-subpkg/subproj/libopts/m4/liboptschk.m4  2011-01-19 
19:17:17.000000000 +0100
@@ -23,7 +23,7 @@
 AC_PREREQ(2.50)
 
 AC_DEFUN([ag_FIND_LIBOPTS],
-    [if test "X${ac_cv_header_autoopts_options_h}" == Xno
+    [if test "X${ac_cv_header_autoopts_options_h}" = Xno
     then
       :
     else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]