This website requires JavaScript.
Explore
Help
Register
Sign In
sugarlabs
/
sugar-toolkit-gtk3
Watch
1
Star
0
Fork
0
You've already forked sugar-toolkit-gtk3
Code
Issues
Pull Requests
Releases
Wiki
Activity
28a3515416
sugar-toolkit-gtk3
/
autogen.sh
7 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Automakeify
2006-04-26 06:18:21 +02:00
#!/bin/sh
Use autoreconf
2007-05-21 12:46:32 +02:00
export
ACLOCAL
=
"aclocal -I m4"
Automakeify
2006-04-26 06:18:21 +02:00
Add the AddressEntry object to sugar
2007-05-21 17:36:08 +02:00
intltoolize
Call intltoolize before autoreconf
2008-04-24 13:52:09 +02:00
autoreconf -i
Use autoreconf
2007-05-21 12:46:32 +02:00
./configure
"
$@
"
Reference in New Issue
Copy Permalink