OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_61/] [or1ksim/] [aclocal.m4] - Diff between revs 7 and 706

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 7 Rev 706
Line 123... Line 123...
  esac
  esac
  am_indx=`expr "<<$>>am_indx" + 1`
  am_indx=`expr "<<$>>am_indx" + 1`
done<<>>dnl>>)
done<<>>dnl>>)
changequote([,]))])
changequote([,]))])
 
 
 
# Define a conditional.
 
 
 
AC_DEFUN(AM_CONDITIONAL,
 
[AC_SUBST($1_TRUE)
 
AC_SUBST($1_FALSE)
 
if $2; then
 
  $1_TRUE=
 
  $1_FALSE='#'
 
else
 
  $1_TRUE='#'
 
  $1_FALSE=
 
fi])
 
 
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.