Home | History | Annotate | Line # | Download | only in dist
      1 #!/bin/sh
      2 
      3 # SPDX-FileCopyrightText: 2023 EfficiOS Inc.
      4 #
      5 # SPDX-License-Identifier: MIT
      6 
      7 set -x
      8 if [ ! -d "config" ]; then
      9 	mkdir config
     10 fi
     11 
     12 autoreconf -vi -W all,error
     13