ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/autogen.sh
(Generate patch)

Comparing SheepShaver/src/Unix/autogen.sh (file contents):
Revision 1.3 by gbeauche, 2004-06-30T08:45:14Z vs.
Revision 1.4 by gbeauche, 2007-06-13T12:09:05Z

# Line 34 | Line 34 | if test "$DIE" -eq 1; then
34          exit 1
35   fi
36  
37 + if test -z "$ACLOCAL_FLAGS"; then
38 +    ACLOCAL_FLAGS="-I `aclocal --print-ac-dir` -I m4"
39 + fi
40 +
41   aclocalinclude="$ACLOCAL_FLAGS"; \
42   (echo $_echo_n " + Running aclocal: $_echo_c"; \
43      aclocal $aclocalinclude; \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines