* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and

its argument.
Reported by Peter Hmorsk.
This commit is contained in:
Akim Demaille
2001-12-05 10:59:35 +00:00
parent 448b17aa3c
commit 07708e1946
3 changed files with 8 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ CFLAGS='@CFLAGS@ @WARNING_CFLAGS@'
GCC='@GCC@'
# We need `config.h'.
CPPFLAGS="-I $top_buildpath @CPPFLAGS@"
CPPFLAGS="-I$top_buildpath @CPPFLAGS@"