summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-05-31 11:03:47 +0200
committerBruno Haible <bruno@clisp.org>2009-05-31 11:03:47 +0200
commit9b9a157e282afc38068eab6954a834f59fcbd718 (patch)
tree9e97c29ad2af282b11d89f243b093fe26c2e66e7 /configure.ac
parenta0defa9cce5b4a7ea6028584288cde169fbb4ef3 (diff)
downloadlibunistring-9b9a157e282afc38068eab6954a834f59fcbd718.tar.gz
Use dist-hook instead of old distdir hack.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5599c3e..4c51345 100644
--- a/configure.ac
+++ b/configure.ac
@@ -143,8 +143,7 @@ AC_PATH_PROG([DVIPS], [dvips], [$ac_aux_dir_abs/missing dvips])
AC_PATH_PROG([PERL], [perl], [$ac_aux_dir_abs/missing perl])
AC_CONFIG_FILES([Makefile])
-AC_CONFIG_FILES([doc/Makefile],
- [FIX_MAKEFILE_DISTRIB])
+AC_CONFIG_FILES([doc/Makefile])
AC_CONFIG_FILES([gnulib-local/Makefile])
AC_CONFIG_FILES([lib/Makefile])
AC_CONFIG_FILES([lib/exported.sh])