From e22edb0ed6beafa17f12545d9abe419fcfbf4f25 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Tue, 30 Oct 2001 19:21:20 +0000 Subject: [PATCH] - configure cleanups. Changed files: mutt.spec -> 1.88 --- mutt.spec | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/mutt.spec b/mutt.spec index 33500de..049f88b 100644 --- a/mutt.spec +++ b/mutt.spec @@ -67,27 +67,26 @@ deste #PGP=%{_bindir}/pgp PGPK=%{_bindir}/pgpk \ CFLAGS="%{optflags} -I%{_includedir}/slang" \ ./configure \ - --with-curses \ - --with-regex \ - --with-homespool=Maildir \ - --with-mailpath=/var/mail \ - --enable-external-dotlock \ - --with-sharedir=%{_datadir} \ - --with-iconv \ - --with-docdir=%{_defaultdocdir}/%{name}-%{version} \ --enable-pop \ --enable-imap \ - --with-ssl \ - %{!?_without_sasl:--with-sasl} %{?_without_sasl:--without-sasl} \ + --enable-mailtool \ + --enable-external-dotlock \ %{!?debug:--disable-debug} %{?debug:--enable-debug} \ --disable-warnings \ - --enable-mailtool \ + --with-curses \ + --with-iconv \ + --with-regex \ + --with-ssl \ + %{!?_without_sasl:--with-sasl} %{?_without_sasl:--without-sasl} \ --without-included-nls \ + --with-homespool=Maildir \ + --with-mailpath=/var/mail \ + --with-sharedir=%{_datadir} \ + --with-docdir=%{_docdir}/%{name}-%{version} \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ - --datadir=%{_datadir} \ - --with-docdir=%{_docdir}/mutt-%{version} \ --sysconfdir=%{_sysconfdir} \ + --datadir=%{_datadir} \ --mandir=%{_mandir} make -- 2.43.0