diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-01-30 11:11:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-01-30 11:11:57 +0000 |
commit | 58899e68b5576433e69894767443b57a7c71136d (patch) | |
tree | 5a2252042b0217814d565743628b7faae4c920a8 /libs/Makefile.am | |
parent | Say "." instead of "source" since the former is the standard POSIX command. (diff) | |
download | eselect-58899e68b5576433e69894767443b57a7c71136d.tar.gz eselect-58899e68b5576433e69894767443b57a7c71136d.tar.bz2 eselect-58899e68b5576433e69894767443b57a7c71136d.zip |
Remove --with-pm configure option.
svn path=/trunk/; revision=755
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r-- | libs/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am index b763dd0..966d4ab 100644 --- a/libs/Makefile.am +++ b/libs/Makefile.am @@ -28,7 +28,6 @@ EXTRA_DIST = \ dosed = @SED@ \ -e 's,\@SED\@,@SED@,g' \ - -e 's,\@PACKAGE_MANAGER\@,@PACKAGE_MANAGER@,g' \ -e 's,\@PORTAGEQ\@,@PORTAGEQ@,g' \ -e 's,\@CANONICALISE\@,@CANONICALISE@,g' |