gnulib-tool.py: Don't perform unnecessary configure.ac scanning. * pygnulib/GLImport.py (GLImport.execute): Use re.search() instead of re.findall() since we only care about finding one match. Remove unnecessary bool() calls.