source: roaraudio/configure

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @5827:3b1863b5106a   11 years phi check for /bin/sh
(edit) @5825:3e41991f9a62   11 years phi removed yet another set of -DXXX as well as $(PKGDEFINES). Updated …
(edit) @5824:dc8445dc0451   11 years phi make correct use of API, reduced number of useless -DXXX arguments
(edit) @5810:d44ff4605fa5   11 years phi added a lot paths to our path config (roar_libroar_get_path())
(edit) @5803:073311b042e8   11 years phi Removed unused checks in configure. Improves build speed slightly.
(edit) @5791:cfd78ecb471f   11 years phi added configured path prefix-ckport
(edit) @5721:677b4d5d2dde   11 years phi added new plugin protocol-http
(edit) @5707:7d65a9262d31   11 years phi Removed check for libuuid as it is no longer used.
(edit) @5689:ad8e3a521821   11 years phi Disabled gcrypt support by default.
(edit) @5684:b1596a025f3f   12 years phi moved checks for winsock and pthreads out into build system
(edit) @5679:4622adf8136f   12 years phi added support for a function printing help for "common" options as …
(edit) @5677:3f17f2d93137   12 years phi use configure.all
(edit) @5674:8ffa3afc2d9e   12 years phi Install parts from build system (Closes: #325)
(edit) @5673:39fae10996f6   12 years phi updated list of prefixes
(edit) @5670:c566dfc0ea28   12 years phi prepare for closing #325: move some parts of configure in a subdir
(edit) @5669:b43ae8224d92   12 years phi Added new configure option '--root' (Closes: #326)
(edit) @5641:cfd2cf3d0475   12 years phi Changed default linkage model for ELF to indirect (Closes: #281)
(edit) @5638:af9493352ce2   12 years phi Disabled building with libFLAC when using --without-beta (See: #306)
(edit) @5604:78266fa2ded3   12 years phi Typo corrections (Closes: #282)
(edit) @5588:1a1099a03106   12 years phi test all dlfcn functions with the same settings for minimal mode. Without …
(edit) @5575:5293c26f7113   12 years phi Did some win32 porting: * clean up of old win32 Makefile patching * …
(edit) @5573:c044289e8f24   12 years phi Disable building of roard plugins on windows as PE doesn't support them …
(edit) @5564:7f16f44c7538   12 years phi Stop building roard with -rdynamic on win32 (Closes: #269)
(edit) @5563:700a9230af93   12 years phi added --prefix-plugins to --help, it was missing
(edit) @5517:287ced72ce95   12 years phi Fixed detection of dynamic loader on *BSD.
(edit) @5493:ed802d14a722   12 years phi test for needed functions, not just fail on OpenBSD
(edit) @5490:7a730f6b3243   12 years phi --default-bits no longer sets bits for roard
(edit) @5426:ad8620ca97f3   12 years phi install plugins
(edit) @5425:2c3f247e8f9a   12 years phi use SHARED_SUFFIX from configure script, not hardcoded list
(edit) @5423:ecb64035ba72   12 years phi added support to load plugins from search path
(edit) @5408:c6d31c2e4a51   12 years phi re-ported to f* s* bla win32 !*!*Dd*S!, I hate this.
(edit) @5398:65e61a890135   12 years phi added support for --no-* and --maybe-* to libc tests.
(edit) @5397:29df4cdcb5a6   12 years phi use date -u not --utc as it seems to be more /universal/
(edit) @5379:2a383aaf4b1b   12 years phi * Cleanup, * Set ISIT_BUILD in roard, * Test for more alternatives for …
(edit) @5362:1fe6471e62bc   12 years phi some fixes for --minimal
(edit) @5353:de96f27919bf   12 years phi serveral updates to roarpluginrunner and plugin API in general
(edit) @5293:142c0f3fe2cd   12 years phi test for qsort()
(edit) @5285:8d3f14f63bbe   12 years phi test for h_errno
(edit) @5281:a3e62a32a24f   12 years phi test for sinf() and M_PI_2
(edit) @5279:bb3ff1f2be28   12 years phi added support to hostid and license to server info struct, added support …
(edit) @5277:bb4dd5146647   12 years phi better english
(edit) @5210:8eb738dee9d4   12 years phi Updated ports to minimal, win32 and avr (pr2)
(edit) @5133:e1fcef35fec5   13 years phi corrected error in makefile for multi lib tests
(edit) @5102:04186989eedd   13 years phi roard now starts up in 32 bit mode by default. (configure option has been …
(edit) @5089:b6accd8444a9   13 years phi Fixed endlessloop in MIDI subsystem (Closes: #137)
(edit) @5059:ceb1b45d179d   13 years phi test for clock_*()
(edit) @5056:b31e60545552   13 years phi support auto reconf bits=32->16 in case not supported (See: #48)
(edit) @5052:cb2f08ce86a6   13 years phi where is no cf with name cf
(edit) @5048:caed7d22a1c5   13 years phi test for getpwnam() and getgrnam()
(edit) @5020:c5d5637d2d25   13 years phi test for sleep()
(edit) @5016:d755412ea43d   13 years phi test for f{,d,re}open() and fclose()
(edit) @5000:7c1c23e65bb5   13 years phi test for strlcpy() and strlcat()
(edit) @4993:924b682793fd   13 years phi fixed version regex to work on OpenBSD
(edit) @4983:04b19616aa77   13 years phi password API is no longer considerd BETA
(edit) @4982:b47dc078552e   13 years phi renamed --use-memory-api to --with-memory-api, added option …
(edit) @4981:42ff2a53e084   13 years phi test for reboot()
(edit) @4976:18dca9e46749   13 years phi added roar_version_string(), roar_version_num() and ROAR_VERSION
(edit) @4960:60cdebcb83ef   13 years phi some updates for pulseaudio emulation, converted libroarpulse-simple fully …
(edit) @4959:d12fc58681b0   13 years phi added --use-memory-api to configure script
(edit) @4958:2d8a28f3d87f   13 years phi Added simple memmgr (memory Manager) code.
(edit) @4941:b592d1652ef4   13 years phi reset locales (wine needs this)
(edit) @4940:3c55a0fbd3f6   13 years phi test for sys/stat.h and do not assume it as not present on some systems
(edit) @4938:bb074f761e86   13 years phi some minor fixes for win32
(edit) @4899:b742443febfd   13 years phi support for indirect dependency linkage
(edit) @4888:49d6ddbc22e0   13 years phi added test for nanosleep()
(edit) @4854:82a998e0e904   13 years phi test for version of portaudio 19
(edit) @4851:d46b432ae11a   13 years phi added support to run some script after complete shutdown
(edit) @4798:f2e4a51c34bc   13 years phi added --with-trap-api
(edit) @4797:225c5eae7eae   13 years phi typo
(edit) @4776:8b0f989ca928   13 years phi test for linux decnet_neigh and arp table files.
(edit) @4759:10a753806fd5   13 years phi Added IPv6 support
(edit) @4751:86b8468f9404   13 years phi Disable more stuff in minimal build (Closes: #104)
(edit) @4750:f664c0081d25   13 years phi make hwmixer code optional
(edit) @4749:3f23463f988e   13 years phi updated configure to list options of wildcard parameters (Closes: #27)
(edit) @4748:d7be1c18ccb5   13 years phi updated configure script to honor LDFLAGS and added --opti to set …
(edit) @4731:c30218a490bd   13 years phi enable runtime detect on crosscompile
(edit) @4724:747c9ba78db2   13 years phi build pc files only if possible (on native compile or with helper)
(edit) @4723:e4a0ba316600   13 years phi added support to test_func_defmake to link additional libs. This was …
(edit) @4718:eff5b46526d0   13 years phi added VIO based direct access to SYSIO [gs]etsockopt()
(edit) @4705:109ee6f17831   13 years phi got gopher finally working, now moving myself into sleepingbag device…
(edit) @4696:8f0152fb77ba   13 years phi --oss-mixer-devFixed Typos (Closes: #100)
(edit) @4694:e76447506ed4   13 years phi test for win*'s GetVersionEx?()
(edit) @4693:280b4fee8fb1   13 years phi better test for network headers
(edit) @4652:bca0fa4eabf1   13 years phi added support for distri version string part
(edit) @4651:f3c0c6129920   13 years phi disable some new beta stuff in --witout-beta
(edit) @4631:46d914ee39e4   13 years phi Honor CFLAGS
(edit) @4599:7dedd8a4c3f5   13 years phi test for flac version
(edit) @4589:9ebd8df83f8f   13 years phi test for libFLAC and link it into roard, need to write cf code now
(edit) @4578:05e0736acc7b   13 years phi test for zlib
(edit) @4566:ef829932fde0   13 years phi fix env var overwriting
(edit) @4565:9576101fedbb   13 years phi add more debug lions
(edit) @4564:f8a71755fcfc   13 years phi moved header checks…
(edit) @4563:a5d6bc3b1709   13 years phi changed the sendfile() test
(edit) @4562:addf6b595966   13 years phi possible fix for OpenBSD errors with ksh
(edit) @4561:66a152b2a57e   13 years phi corrected checks for headers
(edit) @4558:aa35135ef495   13 years phi unbreak porting error
(edit) @4557:346128c0c0ec   13 years phi this maybe fixes socklen_t build error on FreeBSD
(edit) @4555:304dd9501edb   13 years phi Escape user input to configure script correctly (Closes: #28)
(edit) @4554:713ba72295c3   13 years phi start porting to OpenVMS
(edit) @4489:172f3a24e2d8   13 years phi test for jack, test for dbus
Note: See TracRevisionLog for help on using the revision log.