File: configure

package info (click to toggle)
irsim 9.7.104-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,964 kB
  • sloc: ansic: 24,763; sh: 7,499; makefile: 418; csh: 269; tcl: 88
file content (7 lines) | stat: -rwxr-xr-x 241 bytes parent folder | download | duplicates (5)
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 "$@" )