diff --git a/fish.spec b/fish.spec
index 4dcc417..01db4d7 100644
--- a/fish.spec
+++ b/fish.spec
@@ -2,7 +2,7 @@ Summary:                A friendly interactive shell
 Name:                   fish
 
 Version:                1.22.3
-Release:                1%{?dist}
+Release:                2%{?dist}
 
 License:                GPL
 Group:                  System Environment/Shells
@@ -12,6 +12,7 @@ Source0:                http://roo.no-ip.org/%{name}/files/%{version}/%{name}-%{
 
 BuildRoot:              %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:          ncurses-devel gettext groff doxygen
+BuildRequires:          autoconf
 
 
 # Locate correct build time-dependencies for providing X headers
@@ -148,6 +149,9 @@ fi
 
 
 %changelog
+* Tue Aug 07 2007 Oliver Falk <oliver@linux-kernel.at>	- 1.22.3-2
+- Fix BR autoconf
+
 * Tue Aug 07 2007 Oliver Falk <oliver@linux-kernel.at>	- 1.22.3-1
 - Update; Bug #236868
 - Add missing doxygen BR