From: Paulo H. S. de S. <ph...@us...> - 2004-03-26 02:19:56
|
Update of /cvsroot/uts/uts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv384 Modified Files: configure.ac Log Message: - display.php: display preview from FITS - download.php: put a FITS in HTTP response header to user download it - arquivo.php: now it display real archive from user images Index: configure.ac =================================================================== RCS file: /cvsroot/uts/uts/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure.ac 24 Mar 2004 23:30:04 -0000 1.4 --- configure.ac 26 Mar 2004 02:09:03 -0000 1.5 *************** *** 34,37 **** --- 34,38 ---- LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" + CXXFLAGS="$CXXFLAGS -I$withval" fi fi *************** *** 49,52 **** --- 50,54 ---- [ if test $withval != "yes"; then CFLAGS="$CFLAGS -I$withval" + CXXFLAGS="$CXXFLAGS -I$withval" fi ]) *************** *** 58,61 **** --- 60,64 ---- LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" + CXXFLAGS="$CXXFLAGS -I$withval" fi fi *************** *** 73,76 **** --- 76,80 ---- [ if test $withval != "yes"; then CFLAGS="$CFLAGS -I$withval" + CXXFLAGS="$CXXFLAGS -I$withval" fi ]) *************** *** 82,85 **** --- 86,90 ---- LDFLAGS="$LDFLAGS -L$withval/lib" CFLAGS="$CFLAGS -I$withval/include" + CXXFLAGS="$CXXFLAGS -I$withval" fi fi *************** *** 97,100 **** --- 102,106 ---- [ if test $withval != "yes"; then CFLAGS="$CFLAGS -I$withval" + CXXFLAGS="$CXXFLAGS -I$withval" fi ]) *************** *** 139,143 **** src/tel/telgo.fake/Makefile src/tel/telgo.lx200/Makefile ! src/tel/telgo.paramount/Makefile]) AC_OUTPUT --- 145,150 ---- src/tel/telgo.fake/Makefile src/tel/telgo.lx200/Makefile ! src/tel/telgo.paramount/Makefile ! src/www/login.php]) AC_OUTPUT |