Changeset 4104


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

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • bootstrap

    r4103 r4104  
    33aclocal \
    44&& libtoolize --force \
     5&& autoheader \
    56&& automake -a --foreign --add-missing \
    67&& autoreconf
  • 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
  • source/ariba/Makefile.am

    r4076 r4104  
    1919
    2020libariba_la_LDFLAGS = -version-info 0:0:0
    21 libariba_la_LDFLAGS += -Wl,-zmuldefs
    2221
    2322# compiler flags ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Note: See TracChangeset for help on using the changeset viewer.