libhmd-c

C human-readable date string library
git clone https://git.sinitax.com/sinitax/libhmd-c
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

configure (151B)


      1#!/bin/sh
      2
      3tmpl "$@" build.jst.tmpl > build.jst
      4if [ "$1" != "shallow" ]; then
      5	for lib in ./lib/*; do
      6		pushd $lib
      7		./configure "$@"
      8		popd
      9	done
     10fi