diff options
Diffstat (limited to 'docs/configure.in')
-rw-r--r-- | docs/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configure.in b/docs/configure.in index 5c21f08a83..1fa6c915a2 100644 --- a/docs/configure.in +++ b/docs/configure.in @@ -1,4 +1,4 @@ -AC_INIT(global.ent) +AC_INIT(entities/global.entities) AC_PATH_PROG(XSLTPROC, xsltproc) if test "x$XSLTPROC" = x; then |