Changeset 4104 for configure.ac


Ignore:
Timestamp:
Jun 15, 2009, 1:33:10 PM (15 years ago)
Author:
Christoph Mayer
Message:

-spezialbehandlung wenn auf maemo kompiliert wird
-config.h ausgeben lassen, damit dynamisch geschaut wird welche libs vorhanden sind bei optionalen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r3993 r4104  
    33AC_CONFIG_SRCDIR([source/ariba/ariba.h])
    44AC_CONFIG_MACRO_DIR([m4])
     5AC_CONFIG_HEADER([source/ariba/config.h])
    56
    67AC_ARG_ENABLE(debug, [  --enable-debug  Enable debug options], enable_debug=$enableval, enable_debug=no)
     
    2526
    2627AC_LANG(C++)
     28
     29dnl Check for maemo platform
     30AX_MAEMO
    2731
    2832dnl Check for doxygen and features
Note: See TracChangeset for help on using the changeset viewer.