Browse Source

automake: depends on autoconf, so select it

Peter Korsgaard 16 years ago
parent
commit
96338ef12e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/automake/Config.in

+ 1 - 0
package/automake/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_AUTOMAKE
 	bool "automake"
+	select BR2_PACKAGE_AUTOCONF
 	help
 	  Tool for automatically generating Makefile's for input to
 	  configure scripts (made by autoconf).