Bugs item #1910987, was opened at 2008-03-10 13:18 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1910987&group_id=51305
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: aurisc4 (aurisc4) Assigned to: Nobody/Anonymous (nobody) Summary: [DatabaseLayer] aclocal version chack error Initial Comment: aclocal_minimal_maj=1 aclocal_minimal_min=9 aclocal_minimal_rel=6 majok=$(expr $aclocal_maj \>= $aclocal_minimal_maj) minok=$(expr $aclocal_min \>= $aclocal_minimal_min) relok=$(expr $aclocal_rel \>= $aclocal_minimal_rel) if [[ "$majok" = "0" ]]; then aclocalold; fi if [[ "$majok" = "1" && "$minok" = "0" ]]; then aclocalold; fi if [[ "$majok" = "1" && "$minok" = "1" && "$relok" = 0 ]]; then aclocalold; fi When having aclocal 1.10.1, versions check fails. It appears that: $majok = 1 # 1 >= 1 $minok = 1 # 10 >= 9 $relok = 0 # 1 >= 6 and the last check fails. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1910987&group_id=51305 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ wxCode-users mailing list wxCode-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxcode-users