diff options
author | Alexander Bokovoy <ab@samba.org> | 2004-04-08 11:18:59 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:45 -0500 |
commit | 8c20a748bd0373daa66bd39bb303a1a8b61c6e2d (patch) | |
tree | 943a3d92650c4f208f2f97ebd51e3ab749ec2b30 /docs/configure.in | |
parent | 96d2ddfeb4b6129776cdeeeee58fe347cfc3637d (diff) | |
download | samba-8c20a748bd0373daa66bd39bb303a1a8b61c6e2d.tar.gz samba-8c20a748bd0373daa66bd39bb303a1a8b61c6e2d.tar.bz2 samba-8c20a748bd0373daa66bd39bb303a1a8b61c6e2d.zip |
Fix samba-docs build after svn conversion and Samba3 By Example addition.
Now we are able to build everything in samba-docs properly.
(This used to be commit bb09f771958150e9465a5dc9d8e62aa8477c17a4)
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 |