comparison configure.ac @ 352:d59bb887e4d2

* Update build scripts again; SV now builds (perhaps some problems at runtime still though)
author Chris Cannam
date Wed, 22 Sep 2010 12:27:35 +0100
parents 41f3e8d56bac
children a5aa8d268817
comparison
equal deleted inserted replaced
351:41f3e8d56bac 352:d59bb887e4d2
107 107
108 if ! $QMAKE -r; then 108 if ! $QMAKE -r; then
109 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"]) 109 AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])
110 fi 110 fi
111 111
112 # qmake builds our static libraries, which is fine -- what we'd really
113 # like to do afterwards is bundle them into a single .so with e.g.
114
115 # gcc -Wl,--whole-archive */*.a -Wl,--no-whole-archive -o libsvcore.so
116
117 # but how best to arrange this? if it's not possible, we'll presumably
118 # just have to use a single (q)make(project)file instead.
119
120 AC_MSG_NOTICE([ 112 AC_MSG_NOTICE([
121 113
122 Configuration complete. 114 Configuration complete.
123 Please check the above messages for any warnings that you 115 Please check the above messages for any warnings that you
124 might care about, and then run "make". 116 might care about, and then run "make".