comparison configure.in @ 723:1e8865a3e127

Files now copied to build directory instead of source directory while configuring
author Patrice Mandin <patmandin@gmail.com>
date Wed, 24 Sep 2003 21:45:27 +0000
parents f90d80d68071
children 6b3dfe0198bb
comparison
equal deleted inserted replaced
722:90dfd3f5782c 723:1e8865a3e127
2644 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/cdrom" 2644 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/cdrom"
2645 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/thread" 2645 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/thread"
2646 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/timer" 2646 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/timer"
2647 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/endian" 2647 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/endian"
2648 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/file" 2648 CFLAGS="$CFLAGS -I\$(top_srcdir)/src/file"
2649 CFLAGS="$CFLAGS -I\$(top_builddir)/src/thread"
2649 CXXFLAGS="$CFLAGS" 2650 CXXFLAGS="$CFLAGS"
2650 2651
2651 2652
2652 # Check for darwin at the very end and set up the Objective C compiler 2653 # Check for darwin at the very end and set up the Objective C compiler
2653 # We do this here so that we get the full CFLAGS into OBJCFLAGS 2654 # We do this here so that we get the full CFLAGS into OBJCFLAGS