Files
OpenCellular/autogen.sh
Stephen Warren 902a58b463 autogen.sh: allow spaces in configure arguments
Using "$@" (rather than #@) quotes any arguments if required. This is
useful if you want to run ./autogen.sh CFLAGS="-ggdb -O0".

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
2013-08-26 14:02:57 -06:00

5 lines
62 B
Bash
Executable File

#!/bin/sh -e
autoreconf --install --symlink
./configure "$@"