# File lib/autobuild/packages/autotools.rb, line 54
        def initialize(options)
            @using = Hash.new

            super

            Autobuild.update_environment(prefix)
        end