This website works better with JavaScript.
Explore
Help
Register
Sign In
enlightenment
/
econnman
Watch
6
Star
0
Fork
You've already forked econnman
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11
Commits
1
Branch
0
Tags
208 KiB
Tag:
Branch:
Tree:
6a02040220
master
v1.0.0
v1.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '6a02040220'
${ noResults }
econnman
/
autogen.sh
8 lines
81 B
Raw
Normal View
History
Unescape
Escape
welcome econnman application. This application attempts to cope with newest connman API and provide every feature it supports. It's written as an application instead of E17 module to make use of Elementary. At this point I'm trying to make something usable fast and then python-elementary is used (it may be converted to C at a later point). Just use a recent elementary from svn to run, as elm_segment_control was badly broken and will segfault if used! Be warned. python-elementary is not a compile time dependency and thus not checked by configure, but it's runtime so be sure to have it before running! TODO: - IPv6 - Proxy - Technology and Service icons (IOW: it looks ugly now) SVN revision: 73121
12 years ago
#!/bin/sh
autoreconf -f -i
if
[
-z
"
$NOCONFIGURE
"
]
;
then
./configure
"
$@
"
fi