IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8781


Ignore:
Timestamp:
Sep 8, 2006, 4:43:40 PM (20 years ago)
Author:
jhoblitt
Message:

enable config.h generation
enable large file support

Location:
trunk
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • trunk/pois/configure.ac

    r8683 r8781  
    66
    77AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
    8 AM_CONFIG_HEADER([config.h])
     8AM_CONFIG_HEADER([src/config.h])
    99AM_MAINTAINER_MODE
    1010
     
    1313AC_PROG_INSTALL
    1414AC_PROG_LIBTOOL
     15
     16dnl enable largefile supports
     17AC_SYS_LARGEFILE
    1518
    1619dnl handle debug building
  • trunk/pois/src/errorCodes-skl.c

    r8480 r8781  
    66 * will be machine generated from errorCodes.dat
    77 */
     8
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
     12
    813#include "pslib.h"
    914#include "poisErrorCodes.h"
  • trunk/pois/src/pois.c

    r8480 r8781  
    1818// along with this program; if not, write to the Free Software
    1919// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     20
     21#ifdef HAVE_CONFIG_H
     22#include <config.h>
     23#endif
    2024
    2125#include <stdio.h>
  • trunk/pois/src/poisAddPenalty.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisCalculateDeviations.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisCalculateEquation.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisCheckKernel.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisConvolveImage.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisExtractKernel.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisFindStamps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisKernelBasisFunctions.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisMakeMask.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisMaskOps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721/*
  • trunk/pois/src/poisParseConfig.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisReadStamps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisRejectStamps.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisSolveEquation.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/pois/src/poisStamp.c

    r8480 r8781  
    1414// along with this program; if not, write to the Free Software
    1515// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
     16
     17#ifdef HAVE_CONFIG_H
     18#include <config.h>
     19#endif
    1620
    1721#include <stdio.h>
  • trunk/ppMerge/autogen.sh

    r7824 r8781  
    3737}
    3838
    39 #($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
    40 #        echo
    41 #        echo "You must have $AUTOHEADER installed to compile $PROJECT."
    42 #        echo "Download the appropriate package for your distribution,"
    43 #        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
    44 #        DIE=1
    45 #}
     39($AUTOHEADER --version) < /dev/null > /dev/null 2>&1 || {
     40        echo
     41        echo "You must have $AUTOHEADER installed to compile $PROJECT."
     42        echo "Download the appropriate package for your distribution,"
     43        echo "or get the source tarball at http://ftp.gnu.org/gnu/autoconf/"
     44        DIE=1
     45}
    4646
    4747($AUTOMAKE --version) < /dev/null > /dev/null 2>&1 || {
     
    7777#$LIBTOOLIZE --copy --force || echo "$LIBTOOlIZE failed"
    7878$ACLOCAL || echo "$ACLOCAL failed"
    79 #$AUTOHEADER || echo "$AUTOHEADER failed"
     79$AUTOHEADER || echo "$AUTOHEADER failed"
    8080$AUTOMAKE --add-missing --force-missing --copy || echo "$AUTOMAKE failed"
    8181$AUTOCONF || echo "$AUTOCONF failed"
  • trunk/ppMerge/configure.ac

    r8679 r8781  
    55
    66AM_INIT_AUTOMAKE([1.6 foreign dist-bzip2])
    7 dnl AM_CONFIG_HEADER([config.h])
     7AM_CONFIG_HEADER([src/config.h])
    88AM_MAINTAINER_MODE
    99
     
    1313AC_PROG_INSTALL
    1414dnl AC_PROG_LIBTOOL
     15
     16dnl enable largefile supports
     17AC_SYS_LARGEFILE
    1518
    1619ppMerge_CFLAGS="-Wall -Werror -std=c99"
  • trunk/ppMerge/src/ppMerge.c

    r8720 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <pslib.h>
  • trunk/ppMerge/src/ppMergeCheckInputs.c

    r8405 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <assert.h>
  • trunk/ppMerge/src/ppMergeCombine.c

    r8720 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <unistd.h>
  • trunk/ppMerge/src/ppMergeConfig.c

    r8405 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <pslib.h>
  • trunk/ppMerge/src/ppMergeData.c

    r8720 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <pslib.h>
  • trunk/ppMerge/src/ppMergeOptions.c

    r8680 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <pslib.h>
  • trunk/ppMerge/src/ppMergeScaleZero.c

    r8398 r8781  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <stdio.h>
    26#include <assert.h>
Note: See TracChangeset for help on using the changeset viewer.