mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-05 19:44:52 +00:00
configure.ac: define SPICE_COMMON_SRCDIR, to be used by Makefile.am (subdir config)
Note that SPICE_COMMON_SRCDIR may be overwritten by configure.ac.shared Signed-off-by: Uri Lublin <uril@redhat.com>
This commit is contained in:
parent
ee242fbd81
commit
5e07945177
@ -8,6 +8,10 @@ AC_INIT(spice, [SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO], [], spice)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
# Define default SPICE_COMMON_SRCDIR
|
||||
# Maybe overwritten by ./configure.ac.shared
|
||||
SPICE_COMMON_SRCDIR='$(top_srcdir)'/common
|
||||
|
||||
m4_include(configure.ac.shared)
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
@ -67,7 +71,7 @@ fi
|
||||
AC_MSG_RESULT($have_gcc4)
|
||||
AC_SUBST(VISIBILITY_HIDDEN_CFLAGS)
|
||||
|
||||
|
||||
AC_SUBST(SPICE_COMMON_SRCDIR)
|
||||
AC_SUBST(SPICE_REQUIRES)
|
||||
AC_SUBST(SPICE_NONPKGCONFIG_CFLAGS)
|
||||
AC_SUBST(SPICE_NONPKGCONFIG_LIBS)
|
||||
@ -92,7 +96,7 @@ echo "
|
||||
prefix: ${prefix}
|
||||
c compiler: ${CC}
|
||||
c++ compiler: ${CXX}
|
||||
|
||||
|
||||
Have XRANDR 1.2: ${have_xrandr12}
|
||||
|
||||
Red target: ${red_target}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user