Changeset 4104 for configure.ac
- Timestamp:
- Jun 15, 2009, 1:33:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r3993 r4104 3 3 AC_CONFIG_SRCDIR([source/ariba/ariba.h]) 4 4 AC_CONFIG_MACRO_DIR([m4]) 5 AC_CONFIG_HEADER([source/ariba/config.h]) 5 6 6 7 AC_ARG_ENABLE(debug, [ --enable-debug Enable debug options], enable_debug=$enableval, enable_debug=no) … … 25 26 26 27 AC_LANG(C++) 28 29 dnl Check for maemo platform 30 AX_MAEMO 27 31 28 32 dnl Check for doxygen and features
Note:
See TracChangeset
for help on using the changeset viewer.