PDOS

[uia] / trunk / uia / uianet / configure.in  

Log of /trunk/uia/uianet/configure.in

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 3212 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 14 23:04:32 2008 UTC (18 months, 1 week ago) by jastr
File length: 3668 byte(s)
Diff to previous 3184
config bits to allow for openssl-engine encapsulated keys at configure
time

Revision 3184 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 7 19:09:05 2008 UTC (20 months, 2 weeks ago) by jastr
File length: 3669 byte(s)
Diff to previous 2934
merge -r 3156:3183 branches/leaks -> trunk

should be a great big no-op unless you pass extra
configure flags, or have openssl configured with engines
turned on.


Revision 2934 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 2 23:15:53 2008 UTC (22 months, 3 weeks ago) by jastr
File length: 3657 byte(s)
Diff to previous 2884
merge -r 2921:2929 branches/avahi -> trunk

UIA can now choose between using mdnsresponder (on OSX for example)
and avahi (via the avahi-utils packages) on linux.

You will need to rerun autoconf and configure after this update.

Also includes fixes for the mndsresponder version so that they'll
receive avahi broadcasts correctly.

the scripts for building packages for ubuntu and the n800's
should switch over to avahi now.


Revision 2884 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 5 22:27:40 2007 UTC (23 months, 3 weeks ago) by jastr
File length: 3658 byte(s)
Diff to previous 2613
newer QT releases on OSX will try to build
an xcode project rather than a makefile; 
tell it to build makefiles instead.


Revision 2613 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 3 21:51:39 2007 UTC (2 years, 4 months ago) by jastr
File length: 3605 byte(s)
Diff to previous 2570
round 2:  /var/log/uia/uiarouted.out isn't needed for anything
other than uialegacy anymore, which will be... soon

Revision 2570 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 13:54:28 2007 UTC (2 years, 5 months ago) by jastr
File length: 3538 byte(s)
Diff to previous 1845
add a configure flag to ask whether we're using a static or
dynamic version of qt, and have the n800 default to the static one


Revision 1845 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 30 16:03:49 2007 UTC (2 years, 7 months ago) by jastr
File length: 3364 byte(s)
Diff to previous 1836
big reorg merge:
merge -r 1807:1841 branches/reorg branch->trunk

Revision 1836 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 29 18:24:55 2007 UTC (2 years, 7 months ago) by jastr
Original Path: branches/reorg/uianet/configure.in
File length: 3364 byte(s)
Diff to previous 1822
disable the portions of autoconf that depend on built versions
of other uia packages, and don't have configure call make anymore.

This now restores the usual pattters of
./configure
make
make install

(except that configure still calls autoconf...)

Revision 1822 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 28 17:31:54 2007 UTC (2 years, 8 months ago) by jastr
Original Path: branches/reorg/uianet/configure.in
File length: 3364 byte(s)
Diff to previous 1814
link order correct everywhere now


Revision 1814 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 27 21:22:11 2007 UTC (2 years, 8 months ago) by jastr
Original Path: branches/reorg/uianet/configure.in
File length: 3362 byte(s)
Diff to previous 1808
uia starts compiling now (doesn't link properly yet)

Revision 1808 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 26 17:07:30 2007 UTC (2 years, 8 months ago) by jastr
Original Path: branches/reorg/uianet/configure.in
File length: 3325 byte(s)
Copied from: branches/reorg/configure.in revision 1807
Diff to previous 1807
new uianet subtree

Revision 1807 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 26 17:00:40 2007 UTC (2 years, 8 months ago) by jastr
Original Path: branches/reorg/configure.in
File length: 3325 byte(s)
Diff to previous 1705
new reorg branch

Revision 1705 - (view) (download) (annotate) - [select for diffs]
Modified Wed Mar 7 19:50:40 2007 UTC (2 years, 8 months ago) by jastr
Original Path: trunk/uia/configure.in
File length: 3325 byte(s)
Diff to previous 1200
a few configure cleanups:
 - remove some unused checks
 - allow python2.5
 - provide a --with-python= flag to override, for example if you
   have python2.5 installed, but it doesn't have the right modules but
   python2.4 does

Revision 1200 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 26 19:57:52 2006 UTC (3 years, 4 months ago) by jastr
Original Path: trunk/uia/configure.in
File length: 3446 byte(s)
Diff to previous 1188
nobody complained, so here goes.

merge n770 branch -> trunk
includes all of -r1159:1199


Revision 1188 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jul 13 17:16:57 2006 UTC (3 years, 4 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 3033 byte(s)
Diff to previous 1146
Fixed configure script to generate BINDIR variable properly,
and fixed ctl/main.cc to use it in finding uiamyname.

Revision 1146 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 19 13:07:31 2006 UTC (3 years, 5 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 2874 byte(s)
Diff to previous 960
NOTE: You'll need to re-run misc/setup and configure after this update.

UIA Control now runs standalone without a launcher script;
'make install' now installs it as /usr/local/bin/uiactl,
and on Mac OS X also places it in /Applications.
Can be dragged onto the Dock.
Also, debugging messages now go to /var/log/uia/uiactl.log.

In the process, I started adding a new named RPC to allow applications
to retrieve critical parameters like local host's device EID/devname/owner
which is probably really the right way to handle this stuff
instead of depending on magic text files and scripts;
then uianamed could also notify UIA-aware apps of changes in these parameters.
But then I got lazy and just perpetuated the current hacky approach instead.

Revision 960 - (view) (download) (annotate) - [select for diffs]
Modified Fri Apr 21 23:27:49 2006 UTC (3 years, 7 months ago) by golem
Original Path: trunk/uia/configure.in
File length: 2651 byte(s)
Diff to previous 948
revert $prefix usage

Revision 948 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 20 00:16:54 2006 UTC (3 years, 7 months ago) by golem
Original Path: trunk/uia/configure.in
File length: 2693 byte(s)
Diff to previous 815
change EID computation (shouldn't be externally visible)

Revision 815 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 30 03:38:11 2006 UTC (3 years, 7 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 2644 byte(s)
Diff to previous 781
Now we need to pass Boost's include path into the qmake environment...
(Note: re-run misc/setup and configure after updating!)

Revision 781 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 28 01:00:45 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 2430 byte(s)
Diff to previous 779
Check for python and twisted in the configure script,
and substitute proper python command name in scripts

Revision 779 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 28 00:03:02 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 2407 byte(s)
Diff to previous 775
more YAM-related build fixes

Revision 775 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 27 23:16:30 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 2337 byte(s)
Diff to previous 772
Set etc directory using --with-confdir= instead of --sysconfdir=

Revision 772 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 27 22:43:03 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 2167 byte(s)
Diff to previous 703
Make UIA's build environment expect the YAM distribution
to be in a subdirectory 'yam' in the UIA tree.
Also, add configure variables for the systemwide UIA user (UIA_USER),
and for the log and run file directories (logdir and rundir).

Revision 703 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 20 17:59:08 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 3149 byte(s)
Diff to previous 696
config script fixes

Revision 696 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 17 17:16:06 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 3095 byte(s)
Diff to previous 694
More README, configure script fixes

Revision 694 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 17 16:58:38 2006 UTC (3 years, 8 months ago) by baford
Original Path: trunk/uia/configure.in
File length: 3073 byte(s)
First cut at a configure script for UIA -
YAM still doesn't have one though.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3