libstrvec-c

C string vector library
git clone https://git.sinitax.com/sinitax/libstrvec-c
Log | Files | Refs | LICENSE | sfeed.txt

configure (112B)


      1#!/bin/sh
      2
      3tmpl "$@" build.rmk.tmpl > build.rmk
      4for lib in ./lib/*; do
      5	pushd $lib
      6	./configure "$@"
      7	popd
      8done