Zitat von Colin Beckingham <colbec@xxxxxxxx>:
Hi, a few observations on installation from git repository on a
reasonably fresh install of OpenSUSE 11.4. (Previous installations
from tar.gz have all run correctly first time.)
1. Fetching the clone from the temporary repo not a problem
2. ./configure instruction from README/INSTALL did not work, no
configure found
That one is called boot-strapping and is the same for many projects
using autoconf. For convenience reasons, it's done before creating
tarballs. That's probably the reason you are not used to it.
So to create the configure script (and other files), either run "chmod
+x bootstrap; ./bootstrap" or just "autoreconf -f -i".
HS
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html