blob: bfa278ff4ff9baad6f2d47c950628d5149a32682 [file] [log] [blame]
Ahmed Ghazy6dc7ebf2020-07-29 16:52:14 +02001#!/bin/sh
2# From magic
3#
4# Use: ./configure [args]
5#
6# where [args] are arguments passed to the scripts/configure script
7#
8# This script is a workaround to GNU autoconf which can't deal with having
9# all of its config scripts in a different directory than the configure
10# script itself. It also sets up CFLAGS without the default optimizer
11# flag (-O2).
12
13( cd scripts && ./configure "$@" )