Changeset 3789 in orxonox.OLD for orxonox/trunk/configure.ac
- Timestamp:
- Apr 13, 2005, 10:32:17 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/configure.ac
r3788 r3789 189 189 fi 190 190 191 192 191 #----------------------# 193 192 # Documentation-enable # … … 215 214 AC_PATH_PROG(DOXYGEN, doxygen) 216 215 AM_CONDITIONAL(DOXYGEN, test $DOXYGEN) 216 217 #--------------------# 218 # checking for gprof # 219 #--------------------# 220 AC_PATH_PROG(GPROF, gprof) 217 221 218 222 #########################
Note: See TracChangeset
for help on using the changeset viewer.