ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/autogen.sh
(Generate patch)

Comparing ircd-hybrid-7.2/autogen.sh (file contents):
Revision 940 by stu, Mon Nov 5 15:07:05 2007 UTC vs.
Revision 941 by db, Sat May 2 02:02:59 2009 UTC

# Line 27 | Line 27 | if test x$LIBTOOLIZE = x; then
27    fi
28   fi
29  
30 + ## freebsd has aclocal and aclocal-1.10
31 + if test x$ACLOCAL = x; then
32 +  if test \! x`which aclocal-1.10` = x; then
33 +    ACLOCAL=aclocal-1.10
34 +    AUTOMAKE=automake-1.10
35 +  elif test \! x`which aclocal` = x; then
36 +    ACLOCAL=aclocal
37 +    AUTOMAKE=automake
38 +  fi
39 + fi
40 +
41   ## suse has aclocal and aclocal-1.9
42   if test x$ACLOCAL = x; then
43    if test \! x`which aclocal-1.9` = x; then
# Line 46 | Line 57 | if test x$AUTOMAKE = x; then
57    fi
58   fi
59  
60 + ## freebsd has autoconf-2.62 and autoconf-2.62
61 + if test x$AUTOCONF = x; then
62 +  if test \! x`which autoconf-2.62` = x; then
63 +    AUTOCONF=autoconf-2.62
64 +  elif test \! x`which autoconf` = x; then
65 +    AUTOCONF=autoconf
66 +  fi
67 + fi
68  
69   ## macosx has autoconf-2.59 and autoconf-2.60
70   if test x$AUTOCONF = x; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines