File: configure

package info (click to toggle)
irsim 9.7.104-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 2,716 kB
  • sloc: ansic: 24,751; sh: 7,499; makefile: 416; csh: 269; tcl: 88
file content (7 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
#!/bin/sh
#
# This script is a workaround to GNU autoconf which can't deal with having
# all of its config scripts in a different directory than the configure
# script itself.

( CFLAGS="-g" ; export CFLAGS ; cd scripts ; ./configure "$@" )