Thanks for bringing me on track, Werner.  I was able to solve the problem in a 
quick and dirty manner, however it would be useful to learn how to solve it 
properly.

What I did was:

$ sudo ln -s /usr/include/freetype2/freetype/config 
/usr/include/freetype2/config
$ sudo sed -i 's|/freetype2$|/freetype2/freetype|' 
/usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc
$ ./configure
$ make

Which gives me a working lilypond 2.19.49.  What I didn't try previously was 
the first step, i.e. the symbolic link to the config folder.


Am 21.09.2016 um 10:59 schrieb Werner LEMBERG:
>
> You still don't tell us what lilypond version you are compiling.  


You're right.  I tried compiling the current master branch.


> And
> the interesting data is not the make output but the data in
> `config.log' that protocols how the build system got configured.
>


O.K., so I attached the full log (that's from the unmodified .pc file).  Here 
are the lines with "freetype" in them:

$ grep freetype config.log
configure:9267: result: -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2
configure:9273: result: -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 
-lfontconfig -lfreetype
configure:9307: g++ -c   -O2 -finline-functions -g -pipe 
-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  
-fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/freetype2 conftest.cpp >&5
configure:9307: g++ -E -I/usr/include/python2.7 
-I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g 
-fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 
conftest.cpp
configure:9319: g++ -o conftest   -O2 -finline-functions -g -pipe 
-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  
-fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  
-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/freetype2  conftest.cpp -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 
-lglib-2.0 -lfontconfig -lfreetype -ldl  >&5
configure:9409: result: -I/usr/include/freetype2
configure:9415: result: -lfontconfig -lfreetype
configure:9513: checking for freetype2 >= 2.1.10
configure:9524: result: -I/usr/include/freetype2
configure:9530: result: -lfreetype
FONTCONFIG_CFLAGS='-I/usr/include/freetype2'
FONTCONFIG_LIBS='-lfontconfig -lfreetype'
FREETYPE2_CFLAGS='-I/usr/include/freetype2'
FREETYPE2_LIBS='-lfreetype'
PANGO_FT2_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2'
PANGO_FT2_LIBS='-lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 
-lfontconfig -lfreetype'


>>  I tried changing the line "Cflags: -I${includedir}/freetype2" to
>> "Cflags: -I${includedir}/freetype2/freetype", but the headers are
>> still not found.
> Pfft, don't change this file!  It was installed during a `make
> install' of the FreeType library.  If you have a different FreeType
> library installed, then you have *another* `freetype2.pc' file.
> Search that.


This is a pretty clean and fresh system, I didn't install anything outside of 
the package manager.  All I got was:

$ LANG=C sudo find / -name 'freetype2.pc'
find: './run/user/1000/gvfs': Permission denied
./usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc


> It might be possible to change the order of directories searched by
> pkg-config.  You can do that by modifying the `PKG_CONFIG_PATH'
> environment variable.  More details can be found in pkg-config's
> manpage.
>
> Have a look at the output of
>
>   pkg-config --debug 2>&1 | less
>
> and search for `freetype'; this shows you what pkg-config finds where.


$ pkg-config --debug 2>&1 | grep freetype
File 'freetype2.pc' appears to be a .pc file
Will find package 'freetype2' in file 
'/usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc'

That's the very freetype2.pc file I modified to make things work.

Could that mean the package libreetype6-dev has a broken .pc file (because 
Cflags should point to a different folder)?  These are the .pc and .h files it 
installs:

$ dpkg-query -L libfreetype6-dev | grep -E '(\.pc$)|(\.h$)'
/usr/lib/x86_64-linux-gnu/pkgconfig/freetype2.pc
/usr/include/freetype2/freetype/ftcid.h
/usr/include/freetype2/freetype/ftmodapi.h
/usr/include/freetype2/freetype/fttrigon.h
/usr/include/freetype2/freetype/ftoutln.h
/usr/include/freetype2/freetype/ftglyph.h
/usr/include/freetype2/freetype/ftincrem.h
/usr/include/freetype2/freetype/fterrors.h
/usr/include/freetype2/freetype/ftbbox.h
/usr/include/freetype2/freetype/ftcache.h
/usr/include/freetype2/freetype/ftfntfmt.h
/usr/include/freetype2/freetype/ftmac.h
/usr/include/freetype2/freetype/ftrender.h
/usr/include/freetype2/freetype/ftwinfnt.h
/usr/include/freetype2/freetype/fterrdef.h
/usr/include/freetype2/freetype/ftbdf.h
/usr/include/freetype2/freetype/ftsizes.h
/usr/include/freetype2/freetype/ftchapters.h
/usr/include/freetype2/freetype/ftlcdfil.h
/usr/include/freetype2/freetype/ftotval.h
/usr/include/freetype2/freetype/fttypes.h
/usr/include/freetype2/freetype/ftadvanc.h
/usr/include/freetype2/freetype/ftmm.h
/usr/include/freetype2/freetype/ftsynth.h
/usr/include/freetype2/freetype/ftgxval.h
/usr/include/freetype2/freetype/ftautoh.h
/usr/include/freetype2/freetype/ftgzip.h
/usr/include/freetype2/freetype/freetype.h
/usr/include/freetype2/freetype/ftimage.h
/usr/include/freetype2/freetype/ftbzip2.h
/usr/include/freetype2/freetype/ftttdrv.h
/usr/include/freetype2/freetype/ttunpat.h
/usr/include/freetype2/freetype/tttables.h
/usr/include/freetype2/freetype/tttags.h
/usr/include/freetype2/freetype/ftlist.h
/usr/include/freetype2/freetype/ftgasp.h
/usr/include/freetype2/freetype/ftmoderr.h
/usr/include/freetype2/freetype/ftstroke.h
/usr/include/freetype2/freetype/ftpfr.h
/usr/include/freetype2/freetype/ftbitmap.h
/usr/include/freetype2/freetype/ttnameid.h
/usr/include/freetype2/freetype/t1tables.h
/usr/include/freetype2/freetype/config/ftheader.h
/usr/include/freetype2/freetype/config/ftoption.h
/usr/include/freetype2/freetype/config/ftstdlib.h
/usr/include/freetype2/freetype/config/ftmodule.h
/usr/include/freetype2/freetype/config/ftconfig.h
/usr/include/freetype2/freetype/ftcffdrv.h
/usr/include/freetype2/freetype/ftlzw.h
/usr/include/freetype2/freetype/ftsystem.h
/usr/include/freetype2/freetype/ftsnames.h
/usr/include/freetype2/ft2build.h
/usr/include/x86_64-linux-gnu/freetype2/freetype/config/ftheader.h
/usr/include/x86_64-linux-gnu/freetype2/freetype/config/ftoption.h
/usr/include/x86_64-linux-gnu/freetype2/freetype/config/ftstdlib.h
/usr/include/x86_64-linux-gnu/freetype2/freetype/config/ftmodule.h
/usr/include/x86_64-linux-gnu/freetype2/freetype/config/ftconfig.h

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = t420
uname -m = x86_64
uname -r = 4.4.0-36-generic
uname -s = Linux
uname -v = #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/tom/.bin
PATH: /home/tom/.cargo/bin
PATH: /home/tom/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /usr/local/games
PATH: /snap/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2318: checking build system type
configure:2332: result: x86_64-unknown-linux-gnu
configure:2352: checking host system type
configure:2365: result: x86_64-unknown-linux-gnu
configure:2419: checking Package
configure:2444: result: LILYPOND
configure:2447: checking builddir
configure:2459: result: /home/tom/devel/lilypond
configure:2462: checking for stepmake
configure:2470: result: ./stepmake  (${datarootdir}/stepmake not found)
configure:2544: checking for gmake
configure:2574: result: no
configure:2544: checking for make
configure:2560: found /usr/bin/make
configure:2571: result: make
configure:2694: checking for find
configure:2710: found /usr/bin/find
configure:2721: result: find
configure:2845: checking for tar
configure:2861: found /bin/tar
configure:2872: result: tar
configure:3125: checking for bash
configure:3156: result: /bin/bash
configure:3168: checking for python
configure:3256: result: python
configure:3259: checking python version
configure:3261: result: 2.7.12
configure:3271: checking for python
configure:3289: found /usr/bin/python
configure:3301: result: /usr/bin/python
configure:3566: checking for gcc
configure:3582: found /usr/bin/gcc
configure:3593: result: gcc
configure:3822: checking for C compiler version
configure:3831: gcc --version >&5
gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3842: $? = 0
configure:3831: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 
configure:3842: $? = 0
configure:3831: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3842: $? = 1
configure:3831: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3842: $? = 1
configure:3862: checking whether the C compiler works
configure:3884: gcc    conftest.c  >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:3888: $? = 0
configure:3936: result: yes
configure:3939: checking for C compiler default output file name
configure:3941: result: a.out
configure:3947: checking for suffix of executables
configure:3954: gcc -o conftest    conftest.c  >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:3958: $? = 0
configure:3980: result: 
configure:4002: checking whether we are cross compiling
configure:4010: gcc -o conftest    conftest.c  >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4014: $? = 0
configure:4021: ./conftest
configure:4025: $? = 0
configure:4040: result: no
configure:4045: checking for suffix of object files
configure:4067: gcc -c   conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4071: $? = 0
configure:4092: result: o
configure:4096: checking whether we are using the GNU C compiler
configure:4115: gcc -c   conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4115: $? = 0
configure:4124: result: yes
configure:4133: checking whether gcc accepts -g
configure:4153: gcc -c -g  conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4153: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4168: gcc -c   conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4168: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4184: gcc -c -g  conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4184: $? = 0
configure:4194: result: yes
configure:4211: checking for gcc option to accept ISO C89
configure:4274: gcc  -c   conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4274: $? = 0
configure:4287: result: none needed
configure:4345: checking whether compiler understands -pipe
configure:4362: gcc -c  -pipe   conftest.c >&5
conftest.c:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.c:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4362: $? = 0
configure:4369: result: yes
configure:4380: checking for IEEE-conformance compiler flags
configure:4390: result: none
configure:4405: checking for fc-list
configure:4421: found /usr/bin/fc-list
configure:4432: result: fc-list
configure:4440: checking for TeX Gyre fonts OTF files
configure:4512: result: yes
configure:4524: checking for python
configure:4612: result: /usr/bin/python
configure:4615: checking /usr/bin/python version
configure:4617: result: 2.7.12
configure:4627: checking for /usr/bin/python
configure:4657: result: /usr/bin/python
configure:4729: checking for g++
configure:4745: found /usr/bin/g++
configure:4756: result: g++
configure:4783: checking for C++ compiler version
configure:4792: g++ --version >&5
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4803: $? = 0
configure:4792: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 
configure:4803: $? = 0
configure:4792: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:4803: $? = 1
configure:4792: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:4803: $? = 1
configure:4807: checking whether we are using the GNU C++ compiler
configure:4826: g++ -c   conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4826: $? = 0
configure:4835: result: yes
configure:4844: checking whether g++ accepts -g
configure:4864: g++ -c -g  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4864: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4879: g++ -c   conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4879: $? = 0
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:4895: g++ -c -g  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4895: $? = 0
configure:4905: result: yes
configure:4934: checking how to run the C++ preprocessor
configure:4961: g++ -E  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:4961: $? = 0
configure:4975: g++ -E  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp:18:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:4975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5000: result: g++ -E
configure:5020: g++ -E  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:5020: $? = 0
configure:5034: g++ -E  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp:18:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:5034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5063: checking for grep that handles long lines and -e
configure:5121: result: /bin/grep
configure:5126: checking for egrep
configure:5188: result: /bin/grep -E
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:5215: checking gcc version
configure:5279: result: 5.4.0
configure:5413: checking for C++ compiler version
configure:5422: g++ --version >&5
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5433: $? = 0
configure:5422: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2) 
configure:5433: $? = 0
configure:5422: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:5433: $? = 1
configure:5422: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:5433: $? = 1
configure:5437: checking whether we are using the GNU C++ compiler
configure:5465: result: yes
configure:5474: checking whether g++ accepts -g
configure:5535: result: yes
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:5612: checking g++ version
configure:5676: result: 5.4.0
configure:5697: checking options for known g++ bugs
configure:5710: result: none
configure:5716: checking whether explicit instantiation is needed
configure:5781: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:5781: $? = 0
configure:5789: result: no
configure:5797: checking for stl.data () method
configure:5818: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:5818: $? = 0
configure:5825: result: yes
configure:5839: checking for ar
configure:5855: found /usr/bin/ar
configure:5866: result: ar
configure:6027: checking for ranlib
configure:6043: found /usr/bin/ranlib
configure:6054: result: ranlib
configure:6104: checking for dlopen in -ldl
configure:6129: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl   >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6129: $? = 0
configure:6138: result: yes
configure:6151: checking for dlopen
configure:6151: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6151: $? = 0
configure:6151: result: yes
configure:6169: checking for bison
configure:6185: found /usr/bin/bison
configure:6196: result: bison -y
configure:6214: checking for bison
configure:6230: found /usr/bin/bison
configure:6241: result: bison
configure:6364: checking bison version
configure:6428: result: 3.0.4
configure:6454: checking for flex
configure:6470: found /usr/bin/flex
configure:6481: result: flex
configure:6600: checking for ANSI C header files
configure:6620: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6620: $? = 0
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6693: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6693: $? = 0
configure:6693: ./conftest
configure:6693: $? = 0
configure:6704: result: yes
configure:6717: checking for sys/types.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for sys/stat.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for stdlib.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for string.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for memory.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for strings.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for inttypes.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for stdint.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6717: checking for unistd.h
configure:6717: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6717: $? = 0
configure:6717: result: yes
configure:6732: checking FlexLexer.h usability
configure:6732: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6732: $? = 0
configure:6732: result: yes
configure:6732: checking FlexLexer.h presence
configure:6732: g++ -E  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6732: $? = 0
configure:6732: result: yes
configure:6732: checking for FlexLexer.h
configure:6732: result: yes
configure:6752: checking for yyFlexLexer.yy_current_buffer
configure:6779: g++ -c   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp: In constructor 'yy_flex_lexer::yy_flex_lexer()':
conftest.cpp:40:7: error: 'yy_current_buffer' was not declared in this scope
       yy_current_buffer = 0;
       ^
configure:6779: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FLEXLEXER_H 1
| /* end confdefs.h.  */
| 
| using namespace std;
| #include <FlexLexer.h>
| class yy_flex_lexer: public yyFlexLexer
| {
|   public:
|     yy_flex_lexer ()
|     {
|       yy_current_buffer = 0;
|     }
| };
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6786: result: no
configure:6795: checking FlexLexer.h location
configure:6808: result: /usr/include/FlexLexer.h
configure:6834: checking language
configure:6846: result: English
configure:6870: checking for gettext in -lintl
configure:6895: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -lintl  -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
/usr/bin/ld: cannot find -lintl
collect2: error: ld returned 1 exit status
configure:6895: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char gettext ();
| int
| main ()
| {
| return gettext ();
|   ;
|   return 0;
| }
configure:6904: result: no
configure:6917: checking for gettext
configure:6917: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:6917: $? = 0
configure:6917: result: yes
configure:6933: checking for msgfmt
configure:6949: found /usr/bin/msgfmt
configure:6960: result: msgfmt
configure:7085: checking for mf-nowin
configure:7101: found /usr/bin/mf-nowin
configure:7112: result: mf-nowin
configure:7235: checking for mpost
configure:7251: found /usr/bin/mpost
configure:7262: result: mpost
configure:7431: checking for working metafont mode
configure:7440: result: ljfour
configure:7453: checking for kpsewhich
configure:7469: found /usr/bin/kpsewhich
configure:7480: result: kpsewhich
configure:7599: checking for metapost required files
configure:7611: result: yes
configure:7856: checking for guile-config
configure:7944: result: guile-config
configure:7947: checking guile-config version
configure:7949: result: 1.8.8
configure:7976: checking guile compile flags
configure:7979: result:   -pthread
configure:7981: checking guile link flags
configure:7984: result:  -pthread  -lguile -lltdl -lgmp -lcrypt -lm -lltdl
configure:7996: checking libguile.h usability
configure:7996: g++ -c   -O2 -finline-functions -g -pipe   -pthread  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:7996: $? = 0
configure:7996: result: yes
configure:7996: checking libguile.h presence
configure:7996: g++ -E   -pthread  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:7996: $? = 0
configure:7996: result: yes
configure:7996: checking for libguile.h
configure:7996: result: yes
configure:8006: checking for scm_boot_guile in -lguile
configure:8031: g++ -o conftest   -O2 -finline-functions -g -pipe   -pthread   conftest.cpp -lguile   -pthread  -lguile -lltdl -lgmp -lcrypt -lm -lltdl -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8031: $? = 0
configure:8040: result: yes
configure:8053: checking for scm_boot_guile
configure:8053: g++ -o conftest   -O2 -finline-functions -g -pipe   -pthread   conftest.cpp -lguile  -pthread  -lguile -lltdl -lgmp -lcrypt -lm -lltdl -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8053: $? = 0
configure:8053: result: yes
configure:8091: checking for scm_t_hash_fold_fn
configure:8091: g++ -c   -pthread   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp: In function 'int main()':
conftest.cpp:45:13: error: 'scm_t_hash_fold_fn' was not declared in this scope
 if (sizeof (scm_t_hash_fold_fn))
             ^
configure:8091: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| /* end confdefs.h.  */
| #include <libguile.h>
| 
| int
| main ()
| {
| if (sizeof (scm_t_hash_fold_fn))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8091: result: no
configure:8102: checking for scm_t_hash_handle_fn
configure:8102: g++ -c   -pthread   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp: In function 'int main()':
conftest.cpp:45:13: error: 'scm_t_hash_handle_fn' was not declared in this scope
 if (sizeof (scm_t_hash_handle_fn))
             ^
configure:8102: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| /* end confdefs.h.  */
| #include <libguile.h>
| 
| int
| main ()
| {
| if (sizeof (scm_t_hash_handle_fn))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8102: result: no
configure:8114: checking for scm_t_subr
configure:8114: g++ -c   -pthread   -O2 -finline-functions -g -pipe  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
conftest.cpp: In function 'int main()':
conftest.cpp:45:13: error: 'scm_t_subr' was not declared in this scope
 if (sizeof (scm_t_subr))
             ^
configure:8114: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| /* end confdefs.h.  */
| #include <libguile.h>
| 
| int
| main ()
| {
| if (sizeof (scm_t_subr))
| 	 return 0;
|   ;
|   return 0;
| }
configure:8114: result: no
configure:8131: checking for usable C++ demangler
configure:8144: g++ -o conftest   -O2 -finline-functions -g -pipe   conftest.cpp -ldl   >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8144: $? = 0
configure:8147: result: yes
configure:8184: checking GUILE rational bugfix
configure:8194: g++ -E   -pthread  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8194: $? = 0
configure:8195: result: ok
configure:8236: checking for python
configure:8324: result: /usr/bin/python
configure:8327: checking /usr/bin/python version
configure:8329: result: 2.7.12
configure:8339: checking for /usr/bin/python
configure:8369: result: /usr/bin/python
configure:8383: checking for python-config
configure:8399: found /usr/bin/python-config
configure:8410: result: python-config
configure:8448: checking Python.h usability
configure:8448: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8448: $? = 0
configure:8448: result: yes
configure:8448: checking Python.h presence
configure:8448: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8448: $? = 0
configure:8448: result: yes
configure:8448: checking for Python.h
configure:8448: result: yes
configure:8475: checking for fontforge
configure:8491: found /usr/bin/fontforge
configure:8502: result: fontforge
configure:8545: checking for fontforge
configure:8563: found /usr/bin/fontforge
configure:8575: result: /usr/bin/fontforge
configure:8589: checking /usr/bin/fontforge version
configure:8653: result: 20120731
configure:8673: checking for t1asm
configure:8689: found /usr/bin/t1asm
configure:8700: result: t1asm
configure:8743: checking for t1asm
configure:8761: found /usr/bin/t1asm
configure:8773: result: /usr/bin/t1asm
configure:8869: checking assert.h usability
configure:8869: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking assert.h presence
configure:8869: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking for assert.h
configure:8869: result: yes
configure:8869: checking grp.h usability
configure:8869: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking grp.h presence
configure:8869: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking for grp.h
configure:8869: result: yes
configure:8869: checking libio.h usability
configure:8869: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking libio.h presence
configure:8869: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking for libio.h
configure:8869: result: yes
configure:8869: checking pwd.h usability
configure:8869: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking pwd.h presence
configure:8869: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking for pwd.h
configure:8869: result: yes
configure:8869: checking for sys/stat.h
configure:8869: result: yes
configure:8869: checking wchar.h usability
configure:8869: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking wchar.h presence
configure:8869: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking for wchar.h
configure:8869: result: yes
configure:8869: checking fpu_control.h usability
configure:8869: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking fpu_control.h presence
configure:8869: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8869: $? = 0
configure:8869: result: yes
configure:8869: checking for fpu_control.h
configure:8869: result: yes
configure:8881: checking sstream usability
configure:8881: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8881: $? = 0
configure:8881: result: yes
configure:8881: checking sstream presence
configure:8881: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8881: $? = 0
configure:8881: result: yes
configure:8881: checking for sstream
configure:8881: result: yes
configure:8891: checking whether stat file-mode macros are broken
configure:8918: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8918: $? = 0
configure:8925: result: no
configure:8933: checking for working memcmp
configure:8976: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8976: $? = 0
configure:8976: ./conftest
configure:8976: $? = 0
configure:8986: result: yes
configure:8997: checking for vprintf
configure:8997: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:8997: $? = 0
configure:8997: result: yes
configure:9003: checking for _doprnt
configure:9003: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
/tmp/cclk627M.o: In function `main':
/home/tom/devel/lilypond/conftest.cpp:85: undefined reference to `_doprnt'
collect2: error: ld returned 1 exit status
configure:9003: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "lilypond"
| #define PACKAGE_NAME "LilyPond"
| #define TOPLEVEL_VERSION "2.19.49"
| #define DIRSEP '/'
| #define PATHSEP ':'
| #define DATADIR "/usr/local/share"
| #define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
| #define LIBDIR "/usr/local/lib"
| #define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
| #define HAVE_STL_DATA_METHOD 1
| #define HAVE_LIBDL 1
| #define HAVE_DLOPEN 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FLEXLEXER_H 1
| #define LOCALEDIR "/usr/local/share/locale"
| #define HAVE_GETTEXT 1
| #define HAVE_LIBGUILE_H 1
| #define HAVE_LIBGUILE 1
| #define HAVE_SCM_BOOT_GUILE 1
| #define GUILE_MAJOR_VERSION 1
| #define GUILE_MINOR_VERSION 8
| #define GUILE_PATCH_LEVEL 8
| #define HAVE_CXA_DEMANGLE 1
| #define HAVE_PYTHON_H 1
| #define HAVE_ASSERT_H 1
| #define HAVE_GRP_H 1
| #define HAVE_LIBIO_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_WCHAR_H 1
| #define HAVE_FPU_CONTROL_H 1
| #define HAVE_SSTREAM 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub__doprnt || defined __stub____doprnt
| choke me
| #endif
| 
| int
| main ()
| {
| return _doprnt ();
|   ;
|   return 0;
| }
configure:9003: result: no
configure:9017: checking for chroot
configure:9017: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9017: $? = 0
configure:9017: result: yes
configure:9017: checking for fopencookie
configure:9017: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9017: $? = 0
configure:9017: result: yes
configure:9017: checking for gettext
configure:9017: result: yes
configure:9017: checking for isinf
configure:9017: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9017: $? = 0
configure:9017: result: yes
configure:9017: checking for memmem
configure:9017: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9017: $? = 0
configure:9017: result: yes
configure:9017: checking for snprintf
configure:9017: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9017: $? = 0
configure:9017: result: yes
configure:9017: checking for vsnprintf
configure:9017: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv   conftest.cpp -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9017: $? = 0
configure:9017: result: yes
configure:9032: checking for pkg-config
configure:9048: found /usr/bin/pkg-config
configure:9059: result: pkg-config
configure:9100: checking pkg-config version
configure:9164: result: 0.29.1
configure:9178: checking whether to enable dynamic relocation
configure:9184: result: no
configure:9187: checking for rpath linkage
configure:9194: result: no
configure:9256: checking for pangoft2 >= 1.6.0
configure:9260: result: yes
configure:9264: checking PANGO_FT2_CFLAGS
configure:9267: result: -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2
configure:9270: checking PANGO_FT2_LIBS
configure:9273: result: -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype
configure:9307: checking pango/pangoft2.h usability
configure:9307: g++ -c   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 conftest.cpp >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9307: $? = 0
configure:9307: result: yes
configure:9307: checking pango/pangoft2.h presence
configure:9307: g++ -E -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2 conftest.cpp
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9307: $? = 0
configure:9307: result: yes
configure:9307: checking for pango/pangoft2.h
configure:9307: result: yes
configure:9319: checking for pango_ft2_font_map_create_context
configure:9319: g++ -o conftest   -O2 -finline-functions -g -pipe -I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv  -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2  conftest.cpp -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -ldl  >&5
conftest.cpp:9:0: warning: "PACKAGE_NAME" redefined
 #define PACKAGE_NAME "LilyPond"
 ^
conftest.cpp:2:0: note: this is the location of the previous definition
 #define PACKAGE_NAME ""
 ^
configure:9319: $? = 0
configure:9319: result: yes
configure:9398: checking for fontconfig >= 2.4.0
configure:9402: result: yes
configure:9406: checking FONTCONFIG_CFLAGS
configure:9409: result: -I/usr/include/freetype2
configure:9412: checking FONTCONFIG_LIBS
configure:9415: result: -lfontconfig -lfreetype
configure:9513: checking for freetype2 >= 2.1.10
configure:9517: result: yes
configure:9521: checking FREETYPE2_CFLAGS
configure:9524: result: -I/usr/include/freetype2
configure:9527: checking FREETYPE2_LIBS
configure:9530: result: -lfreetype
configure:9614: checking for some flavor of Windows
configure:9621: result: no
configure:9629: checking for -windres
configure:9659: result: no
configure:9629: checking for windres
configure:9659: result: no
configure:9779: checking for guile
configure:9867: result: guile
configure:9870: checking guile version
configure:9872: result: 1.8.8
configure:9885: checking for guile
configure:9912: result: guile
configure:9955: checking for guile
configure:9973: found /usr/bin/guile
configure:9985: result: /usr/bin/guile
configure:10086: checking for perl
configure:10102: found /usr/bin/perl
configure:10113: result: perl
configure:10156: checking for perl
configure:10174: found /usr/bin/perl
configure:10186: result: /usr/bin/perl
configure:10292: checking for gs
configure:10308: found /usr/bin/gs
configure:10319: result: gs
configure:10362: checking for gs
configure:10380: found /usr/bin/gs
configure:10392: result: /usr/bin/gs
configure:10406: checking /usr/bin/gs version
configure:10470: result: 9.18
configure:10490: checking for makeinfo
configure:10506: found /usr/bin/makeinfo
configure:10517: result: makeinfo
configure:10558: checking makeinfo version
configure:10622: result: 6.1
configure:10640: checking for texi2html
configure:10656: found /usr/bin/texi2html
configure:10667: result: texi2html
configure:10708: checking texi2html version
configure:10772: result: 1.82
configure:10790: checking for dblatex
configure:10806: found /usr/bin/dblatex
configure:10817: result: dblatex
configure:10858: checking dblatex version
configure:10922: result: 0.3.7
configure:10940: checking for bibtex
configure:10956: found /usr/bin/bibtex
configure:10967: result: bibtex
configure:11090: checking for xelatex
configure:11120: result: no
configure:11090: checking for pdflatex
configure:11106: found /usr/bin/pdflatex
configure:11117: result: pdflatex
configure:11396: checking for pdfetex
configure:11412: found /usr/bin/pdfetex
configure:11423: result: pdfetex
configure:11547: checking for texi2pdf
configure:11563: found /usr/bin/texi2pdf
configure:11574: result: texi2pdf
configure:11697: checking for texindex
configure:11713: found /usr/bin/texindex
configure:11724: result: texindex
configure:11842: checking for epsf.tex
configure:11852: result: /usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
configure:11855: checking for Cyrillic characters support in TeX
configure:11865: result: yes
configure:11873: checking for pngtopnm
configure:11889: found /usr/bin/pngtopnm
configure:11900: result: pngtopnm
configure:12023: checking for convert
configure:12039: found /usr/bin/convert
configure:12050: result: convert
configure:12174: checking for zip
configure:12190: found /usr/bin/zip
configure:12201: result: zip
configure:12324: checking for rsync
configure:12340: found /usr/bin/rsync
configure:12351: result: rsync
configure:12628: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on t420

config.status:: creating config.make
config.status:: creating config.hh
config.status:: config.hh is unchanged

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_YACC_set=
ac_cv_env_YACC_value=
ac_cv_env_YFLAGS_set=
ac_cv_env_YFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func__doprnt=no
ac_cv_func_chroot=yes
ac_cv_func_dlopen=yes
ac_cv_func_fopencookie=yes
ac_cv_func_gettext=yes
ac_cv_func_isinf=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memmem=yes
ac_cv_func_pango_ft2_font_map_create_context=yes
ac_cv_func_scm_boot_guile=yes
ac_cv_func_snprintf=yes
ac_cv_func_vprintf=yes
ac_cv_func_vsnprintf=yes
ac_cv_header_FlexLexer_h=yes
ac_cv_header_Python_h=yes
ac_cv_header_assert_h=yes
ac_cv_header_fpu_control_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libguile_h=yes
ac_cv_header_libio_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pango_pangoft2_h=yes
ac_cv_header_pwd_h=yes
ac_cv_header_sstream=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_wchar_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_guile_scm_boot_guile=yes
ac_cv_lib_intl_gettext=no
ac_cv_objext=o
ac_cv_path_BASH=/bin/bash
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FONTFORGE=/usr/bin/fontforge
ac_cv_path_GHOSTSCRIPT=/usr/bin/gs
ac_cv_path_GREP=/bin/grep
ac_cv_path_GUILE=/usr/bin/guile
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_T1ASM=/usr/bin/t1asm
ac_cv_prog_AR=ar
ac_cv_prog_BIBTEX=bibtex
ac_cv_prog_BISON=bison
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_DBLATEX=dblatex
ac_cv_prog_FCLIST=fc-list
ac_cv_prog_FIND=find
ac_cv_prog_FLEX=flex
ac_cv_prog_FONTFORGE=fontforge
ac_cv_prog_GHOSTSCRIPT=gs
ac_cv_prog_GUILE=guile
ac_cv_prog_IMAGEMAGICK=convert
ac_cv_prog_KPSEWHICH=kpsewhich
ac_cv_prog_MAKE=make
ac_cv_prog_MAKEINFO=makeinfo
ac_cv_prog_METAFONT=mf-nowin
ac_cv_prog_METAPOST=mpost
ac_cv_prog_MSGFMT=msgfmt
ac_cv_prog_NETPBM=pngtopnm
ac_cv_prog_PDFLATEX=pdflatex
ac_cv_prog_PDFTEX=pdfetex
ac_cv_prog_PERL=perl
ac_cv_prog_PKG_CONFIG=pkg-config
ac_cv_prog_PYTHON_CONFIG=python-config
ac_cv_prog_RSYNC=rsync
ac_cv_prog_T1ASM=t1asm
ac_cv_prog_TAR=tar
ac_cv_prog_TEXI2HTML=texi2html
ac_cv_prog_TEXI2PDF=texi2pdf
ac_cv_prog_TEXINDEX=texindex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ZIPDOC=zip
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_lex_root=lex.yy
ac_cv_type_scm_t_hash_fold_fn=no
ac_cv_type_scm_t_hash_handle_fn=no
ac_cv_type_scm_t_subr=no
stepmake_cv_cflags_pipe=yes
stepmake_cv_flexlexer_yy_current_buffer=no
stepmake_cv_need_explicit_instantiation=no
stepmake_cv_stl_data_method=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

AR='ar'
AUTOGENERATE='This file was automatically generated by configure'
BASH='/bin/bash'
BIBTEX='bibtex'
BISON='bison'
CC='gcc'
CFLAGS='  -O2 -finline-functions -g -pipe'
CONFIGSUFFIX=''
CPPFLAGS='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv '
CXX='g++'
CXXABI_LIBS=''
CXXCPP='g++ -E'
CXXFLAGS='  -O2 -finline-functions -g -pipe'
DBLATEX='dblatex'
DEFINES=''
DEFS='-DHAVE_CONFIG_H'
DIRSEP='/'
DOCUMENTATION='yes'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXTRA_LIBS=''
FCLIST='fc-list'
FIND='find'
FLEX='flex'
FLEXLEXER_FILE='/usr/include/FlexLexer.h'
FONTCONFIG_CFLAGS='-I/usr/include/freetype2'
FONTCONFIG_LIBS='-lfontconfig -lfreetype'
FONTFORGE='/usr/bin/fontforge'
FREETYPE2_CFLAGS='-I/usr/include/freetype2'
FREETYPE2_LIBS='-lfreetype'
GHOSTSCRIPT='/usr/bin/gs'
GREP='/bin/grep'
GUILE='/usr/bin/guile'
GUILE_CFLAGS='  -pthread'
GUILE_CONFIG='guile-config'
GUILE_LDFLAGS=' -pthread  -lguile -lltdl -lgmp -lcrypt -lm -lltdl'
HOST_ARCH='x86_64-linux-gnu'
IMAGEMAGICK='convert'
KPSEWHICH='kpsewhich'
KSH=''
LD='$(CC)'
LDFLAGS=''
LIBOBJS=''
LIBS='-ldl '
LINK_GXX_STATICALLY='no'
LN='ln'
LN_S='ln -s'
LTLIBOBJS=''
MAJOR_VERSION='2'
MAKE='make'
MAKEINFO='makeinfo'
METAFONT='mf-nowin'
METAPOST='mpost'
MFMODE='ljfour'
MICRO_VERSION='49'
MINOR_VERSION='19'
MSGFMT='msgfmt'
NETPBM='pngtopnm'
OBJEXT='o'
OPTIONAL=''
PACKAGE='LILYPOND'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='LilyPond'
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PANGO_FT2_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2'
PANGO_FT2_LIBS='-lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype'
PATCH_LEVEL='49'
PATHSEP=':'
PATH_SEPARATOR=':'
PDFLATEX='pdflatex'
PDFTEX='pdfetex'
PERL='/usr/bin/perl'
PKG_CONFIG='pkg-config'
PLATFORM_WINDOWS='no'
PYTHON='/usr/bin/python'
PYTHON_CFLAGS='-I/usr/include/python2.7 -I/usr/include/x86_64-linux-gnu/python2.7  -fno-strict-aliasing -g -fstack-protector-strong  -g -fwrapv'
PYTHON_CONFIG='python-config'
PYTHON_LDFLAGS='-L/usr/lib/python2.7/config-x86_64-linux-gnu -L/usr/lib -lpython2.7 -lpthread -ldl  -lutil -lm  -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
RANLIB='ranlib'
REQUIRED=''
ROOTSEP=':'
RSYNC='rsync'
SHELL='/bin/sh'
T1ASM='/usr/bin/t1asm'
TAR='tar'
TEXGYRE_DIR='/usr/share/texmf/fonts/opentype/public/tex-gyre'
TEXGYRE_FILES=' texgyreschola-regular.otf texgyreschola-italic.otf texgyreschola-bold.otf texgyreschola-bolditalic.otf texgyreheros-regular.otf texgyreheros-italic.otf texgyreheros-bold.otf texgyreheros-bolditalic.otf texgyrecursor-regular.otf texgyrecursor-italic.otf texgyrecursor-bold.otf texgyrecursor-bolditalic.otf'
TEXI2HTML='texi2html'
TEXI2PDF='texi2pdf'
TEXINDEX='texindex'
TOPLEVEL_VERSION='2.19.49'
VERSION='2.19.49'
VPATH=''
WINDRES='- echo -windres windres not found'
YACC='bison -y'
YFLAGS=''
ZIP='zip -r -9'
ZIPDOC='zip'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_package_datadir='/home/tom/devel/lilypond/out/share/lilypond'
build_package_libdir='/home/tom/devel/lilypond/out/lib/lilypond'
build_vendor='unknown'
cross_compiling='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${prefix}/share/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
package='lilypond'
package_depth='.'
pdfdir='${docdir}'
prefix='/usr/local'
program_prefix=''
program_suffix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
srcdir='.'
stepmake='/home/tom/devel/lilypond/stepmake'
sysconfdir='${prefix}/etc'
target_alias=''
ugh_ugh_autoconf250_builddir='/home/tom/devel/lilypond'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "lilypond"
#define PACKAGE_NAME "LilyPond"
#define TOPLEVEL_VERSION "2.19.49"
#define DIRSEP '/'
#define PATHSEP ':'
#define DATADIR "/usr/local/share"
#define BUILD_PACKAGE_DATADIR "/home/tom/devel/lilypond/out/share/lilypond"
#define LIBDIR "/usr/local/lib"
#define BUILD_PACKAGE_LIBDIR "/home/tom/devel/lilypond/out/lib/lilypond"
#define HAVE_STL_DATA_METHOD 1
#define HAVE_LIBDL 1
#define HAVE_DLOPEN 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_FLEXLEXER_H 1
#define LOCALEDIR "/usr/local/share/locale"
#define HAVE_GETTEXT 1
#define HAVE_LIBGUILE_H 1
#define HAVE_LIBGUILE 1
#define HAVE_SCM_BOOT_GUILE 1
#define GUILE_MAJOR_VERSION 1
#define GUILE_MINOR_VERSION 8
#define GUILE_PATCH_LEVEL 8
#define HAVE_CXA_DEMANGLE 1
#define HAVE_PYTHON_H 1
#define HAVE_ASSERT_H 1
#define HAVE_GRP_H 1
#define HAVE_LIBIO_H 1
#define HAVE_PWD_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_WCHAR_H 1
#define HAVE_FPU_CONTROL_H 1
#define HAVE_SSTREAM 1
#define HAVE_VPRINTF 1
#define HAVE_CHROOT 1
#define HAVE_FOPENCOOKIE 1
#define HAVE_GETTEXT 1
#define HAVE_ISINF 1
#define HAVE_MEMMEM 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_PANGO16 1
#define HAVE_PANGO_FT2 1
#define HAVE_PANGO_PANGOFT2_H 1
#define HAVE_PANGO_FT2_FONT_MAP_CREATE_CONTEXT 1
#define HAVE_FONTCONFIG 1
#define HAVE_FREETYPE2 1
#define DIRSEP '/'
#define PATHSEP ':'
#define FLOWER_VERSION ""

configure: exit 0
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to