|
a/configure.ac |
|
b/configure.ac |
|
... |
|
... |
5 |
AC_CONFIG_HEADERS([src/config.h])
|
5 |
AC_CONFIG_HEADERS([src/config.h])
|
6 |
|
6 |
|
7 |
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
|
7 |
AM_INIT_AUTOMAKE([1.10 no-define subdir-objects foreign])
|
8 |
|
8 |
|
9 |
AC_PROG_CXX
|
9 |
AC_PROG_CXX
|
|
|
10 |
AC_C_BIGENDIAN
|
10 |
|
11 |
|
11 |
AC_ARG_WITH(openhome,
|
12 |
AC_ARG_WITH(openhome,
|
12 |
AC_HELP_STRING([--with-openhome=topOpenhomeDir],
|
13 |
AC_HELP_STRING([--with-openhome=topOpenhomeDir],
|
13 |
[Set the path for the directory where ohNet, ohNetGenerated, ohdevtools,
|
14 |
[Set the path for the directory where ohNet, ohNetGenerated, ohdevtools,
|
14 |
ohTopology and ohSongcast were extracted and built]),
|
15 |
ohTopology and ohSongcast were extracted and built]),
|