diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2008-12-15 17:10:09 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2008-12-15 17:10:09 +0000 |
commit | 2721c9054f96693a77cb522358beb9021038edc7 (patch) | |
tree | 5839af331351c274b1de1f852d6c2c6747a31e3c /autogen.sh | |
parent | 161a683873dc52a7a72242d1a006faed0f92ad3f (diff) | |
download | librcc-2721c9054f96693a77cb522358beb9021038edc7.tar.gz librcc-2721c9054f96693a77cb522358beb9021038edc7.tar.bz2 librcc-2721c9054f96693a77cb522358beb9021038edc7.tar.xz librcc-2721c9054f96693a77cb522358beb9021038edc7.zip |
Provide GPL disclaimers with all sources
- Add GPL disclaimers to all sources
- Suppress gcc-4.2 warnings
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ KEYFILE=src/librcc.c # autoconf binary AUTOCONF=`which autoconf` -if test x"${AUTOCONF}" != x -a -f ${AUTOCONF} +if test x"${AUTOCONF}" != x -a -f "${AUTOCONF}" then AUTOCONF=autoconf AUTOMAKE=automake |