From: Andr? L. A. <st...@us...> - 2004-03-31 17:06:44
|
Update of /cvsroot/uts/uts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15992 Modified Files: configure.ac Log Message: 1. camfits.st7 will now compile with includes and libs defined by --with-LALALA. 2. better variable names in camfits.fake and camfits.st4. 3. include includes in CXXFLAGS in configure.ac. Index: configure.ac =================================================================== RCS file: /cvsroot/uts/uts/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** configure.ac 26 Mar 2004 02:09:03 -0000 1.5 --- configure.ac 31 Mar 2004 16:54:20 -0000 1.6 *************** *** 2,6 **** # Process this file with autoconf to produce a configure script. ! AC_INIT([guts], [0.1], [ph....@gm...] ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/sec/main.c]) --- 2,6 ---- # Process this file with autoconf to produce a configure script. ! AC_INIT([uts], [0.1], [ph....@gm...] ) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([src/sec/main.c]) *************** *** 34,38 **** LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" ! CXXFLAGS="$CXXFLAGS -I$withval" fi fi --- 34,38 ---- LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" ! CXXFLAGS="$CXXFLAGS -I$withval/include" fi fi *************** *** 60,64 **** LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" ! CXXFLAGS="$CXXFLAGS -I$withval" fi fi --- 60,64 ---- LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" ! CXXFLAGS="$CXXFLAGS -I$withval/include" fi fi *************** *** 86,90 **** LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" ! CXXFLAGS="$CXXFLAGS -I$withval" fi fi --- 86,90 ---- LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" ! CXXFLAGS="$CXXFLAGS -I$withval/include" fi fi |