(library
 (name conf)
 (modules :standard \ configure)
 (libraries unix str))

(executable
 (name configure)
 (modules configure)
 (libraries conf))
