You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+9
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,15 @@
3
3
//! This crate provides the facilities to setup the build system and build native libraries
4
4
//! that leverage `autotools` or `configure & make` workalike scripts.
5
5
//!
6
+
//! ## Autotools `configure` concern
7
+
//! The generated `configure` script that is often bundled in release tarballs tends to be fairly big, convoluted and at least once has been a vector for
0 commit comments