diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-05-13 16:09:03 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-05-16 16:27:42 -0400 |
commit | ad78ef7a9488f7235032e106839224fc43f20e5f (patch) | |
tree | 2effcda12a87de9426e139b90c44e766ddfb99fe | |
parent | 9a9344e66d2e03ee44bf6fe6a1c1d97082a74c20 (diff) |
config: let AC_PROG_SED find the best value for $SED
Reviewed-by: RĂ©mi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 0d56ef3..a2514d8 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -31,8 +31,6 @@ EXTRA_DIST = mousedrv.man CLEANFILES = $(driverman_DATA) -SED = sed - # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 |