Changeset 3554
- Timestamp:
- Mar 29, 2005, 2:05:50 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 5 edited
-
configure.ac (modified) (3 diffs)
-
src/astronomy/psDB.c (modified) (2 diffs)
-
src/dataIO/psDB.c (modified) (2 diffs)
-
src/db/psDB.c (modified) (2 diffs)
-
src/fileUtils/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3548 r3554 6 6 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION) 7 7 8 dnl Setup CFLAGS with project-particulars9 CFLAGS="${CFLAGS=} -std=c99"10 8 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 11 9 … … 25 23 AC_PROG_CC 26 24 AC_GNU_SOURCE 25 dnl Setup CFLAGS with project-particulars 26 AC_MSG_CHECKING([C99 flag]) 27 if test "$GCC" == "yes" 28 then 29 CFLAGS="${CFLAGS=} -std=gnu99" 30 AC_MSG_RESULT([-std=gnu99]) 31 else 32 CFLAGS="${CFLAGS=} -std=c99" 33 AC_MSG_RESULT([-std=c99]) 34 fi 27 35 28 36 AC_LANG_PUSH(Fortran 77) … … 191 199 AC_CHECK_LIB(mx,sqrtf, 192 200 [PSLIB_LIBS="${PSLIB_LIBS=} -lmx"]) 201 AC_CHECK_LIB(c,atoll, 202 [PSLIB_LIBS="${PSLIB_LIBS=} -lc"]) 193 203 194 204 DOXYGEN="doxygen Doxyfile" -
trunk/psLib/src/astronomy/psDB.c
r3553 r3554 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-03- 29 23:39:00 $14 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-03-30 00:05:50 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 19 19 20 20 #ifdef BUILD_PSDB 21 22 #include "config.h"23 21 24 22 #include <stdio.h> -
trunk/psLib/src/dataIO/psDB.c
r3553 r3554 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-03- 29 23:39:00 $14 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-03-30 00:05:50 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 19 19 20 20 #ifdef BUILD_PSDB 21 22 #include "config.h"23 21 24 22 #include <stdio.h> -
trunk/psLib/src/db/psDB.c
r3553 r3554 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-03- 29 23:39:00 $14 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-03-30 00:05:50 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 19 19 20 20 #ifdef BUILD_PSDB 21 22 #include "config.h"23 21 24 22 #include <stdio.h> -
trunk/psLib/src/fileUtils/psDB.c
r3553 r3554 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-03- 29 23:39:00 $14 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-03-30 00:05:50 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 19 19 20 20 #ifdef BUILD_PSDB 21 22 #include "config.h"23 21 24 22 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.
