Update build.
authormsheby <msheby@cinecert.com>
Thu, 15 May 2008 20:45:12 +0000 (20:45 +0000)
committermsheby <>
Thu, 15 May 2008 20:45:12 +0000 (20:45 +0000)
configure.ac
src/Makefile.am

index 1f54d7b4bce04380c49dff963008ac5d9573b669..e41af9cb6366bcb02b8c0c3ca0cc597d3ada2d7c 100644 (file)
@@ -14,8 +14,8 @@ AM_INIT_AUTOMAKE([1.9 foreign])
 # Checks for programs.
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
-AC_PROG_CC([egcc gcc cc cl])
-AC_PROG_CXX([eg++ g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC])
+AC_PROG_CC
+AC_PROG_CXX
 AC_PROG_LIBTOOL
 AC_PROG_INSTALL
 AC_PROG_RANLIB
index 8f1ac180aeb4ad89548e324b9b5476fb51e7b131..8b6365f57e2dff65dd14eab431be799612994674 100644 (file)
@@ -1,5 +1,8 @@
 ## Makefile.am -- Process this file with automake to produce Makefile.in
 
+AM_CPPFLAGS = -I/var/local/include -I/usr/local/include
+AM_LDFLAGS = -L/var/local/lib -L/usr/local/lib
+
 # list of all the header files that should be installed
 include_HEADERS = KM_error.h KM_fileio.h KM_log.h KM_memio.h KM_mutex.h \
  KM_platform.h KM_prng.h KM_util.h KM_xml.h AS_DCP.h