Skip to content
  • jsquyres's avatar
    Allow the user to specify their own CFLAGS and LDFLAGS when they run · 6ed2fa1f
    jsquyres authored
    configure/autogen.sh.
    
    If the environment variables CFLAGS and/or LDFLAGS are set, their values
    are saved and appended to the values that are set in configure.in.
    
    Example (csh-style, cope):
    
    % setenv CFLAGS -DVORBIS_ROCKS=1
    % ./autogen.sh
    
    svn path=/trunk/ogg/; revision=1373
    6ed2fa1f