Fix APXS error "cannot determine bootstrap symbol name"
authorDennis Schridde <dennis.schridde@uni-heidelberg.de>
Tue, 12 Apr 2016 17:01:30 +0000 (19:01 +0200)
committerSimo Sorce <simo@redhat.com>
Tue, 12 Apr 2016 22:17:29 +0000 (18:17 -0400)
commit258ac54878fc98cfd0e7c04216189561172b55bd
treef06d6ed8e5d2aff432b4f0af9f4daa83e15f883d
parent744debbc79dfad57fdf2728cb18e8d317df5e7f5
Fix APXS error "cannot determine bootstrap symbol name"

Maybe related to out-of-source builds?

```
test -d /target/usr/lib/apache2/modules || mkdir -p /target/usr/lib/apache2/modules
/usr/bin/apxs2 -i -S LIBEXECDIR=/target/usr/lib/apache2/modules mod_auth_gssapi.la
apxs:Error: Sorry, cannot determine bootstrap symbol name.
apxs:Error: Please specify one with option `-n'.
Makefile:725: recipe for target 'install-exec-local' failed
```

Reviewed-by: Simo Sorce <simo@redhat.com>
Close #79
src/Makefile.am