diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2012-10-11 08:42:59 +1300 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2012-10-11 08:42:59 +1300 |
commit | f14da3cc27e2ec514d2e829fd7281f8c5dc9b252 (patch) | |
tree | 4efc31d56123a9059d309b41fd3192710409a2bf /autogen.sh | |
download | ayatana-indicator-bluetooth-f14da3cc27e2ec514d2e829fd7281f8c5dc9b252.tar.gz ayatana-indicator-bluetooth-f14da3cc27e2ec514d2e829fd7281f8c5dc9b252.tar.bz2 ayatana-indicator-bluetooth-f14da3cc27e2ec514d2e829fd7281f8c5dc9b252.zip |
First start on bluetooth-indicator
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh new file mode 100755 index 0000000..dfd3fb8 --- /dev/null +++ b/autogen.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# Run this to generate all the initial makefiles, etc. + +intltoolize --force +aclocal +automake --add-missing --copy --foreign +autoconf +./configure $@ |