Avoid a crash if constructors in other libraries are called before br_init.
[autobuildrequires.git] / configure.ac
index 3525ea7..e39c2ff 100644 (file)
@@ -16,7 +16,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-AC_INIT(auto-buildrequires,1.1)
+AC_INIT(auto-buildrequires,1.2)
 AM_INIT_AUTOMAKE
 
 AC_PROG_INSTALL
@@ -31,6 +31,5 @@ AC_PATH_PROG([PERL],[perl],[/usr/bin/perl])
 
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_FILES([Makefile
-       auto-br.sh auto-br-analyze.pl
-       auto-buildrequires.spec])
+       auto-br.sh auto-br-analyze.pl])
 AC_OUTPUT