summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-03-29 15:03:28 +0200
committerAndreas Gruenbacher <agruen@suse.de>2009-03-29 15:03:28 +0200
commitddea3f3674103982eb69ae41f743a65407de2337 (patch)
tree64abf600a4ef233b3ab48617c08ca4995d601463
parentdf890caf03184fe72f6aa25f9392a46dd187f90f (diff)
downloadpatch-ddea3f3674103982eb69ae41f743a65407de2337.tar.gz
Fix the install target
-rw-r--r--Makefile.in1
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 3c9d520..b09f3fa 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -51,6 +51,7 @@ exec_prefix = @exec_prefix@
bindir = @bindir@
# Where to put the manual pages.
+datarootdir = @datarootdir@
mandir = @mandir@
man1dir = $(mandir)/man1
# Extension (including `.') for the manual page filenames.
diff --git a/configure.ac b/configure.ac
index 34a2bd7..81dcad2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,5 @@ PATCH_FUNC_MKDIR_TAKES_ONE_ARG
jm_AC_DOS
AC_SYS_LONG_FILE_NAMES
-AC_DEFUN([AC_DATAROOTDIR_CHECKED])
-
AC_CONFIG_FILES([Makefile])
AC_OUTPUT