Loading configure +10 −10 Original line number Diff line number Diff line #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.63 for sextractor 2.10.0. # Generated by GNU Autoconf 2.63 for sextractor 2.11.0. # # Report bugs to <bertin@iap.fr>. # Loading Loading @@ -750,8 +750,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='sextractor' PACKAGE_TARNAME='sextractor' PACKAGE_VERSION='2.10.0' PACKAGE_STRING='sextractor 2.10.0' PACKAGE_VERSION='2.11.0' PACKAGE_STRING='sextractor 2.11.0' PACKAGE_BUGREPORT='bertin@iap.fr' ac_unique_file="src/makeit.c" Loading Loading @@ -1505,7 +1505,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures sextractor 2.10.0 to adapt to many kinds of systems. \`configure' configures sextractor 2.11.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... Loading Loading @@ -1575,7 +1575,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of sextractor 2.10.0:";; short | recursive ) echo "Configuration of sextractor 2.11.0:";; esac cat <<\_ACEOF Loading Loading @@ -1706,7 +1706,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF sextractor configure 2.10.0 sextractor configure 2.11.0 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Loading @@ -1720,7 +1720,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by sextractor $as_me 2.10.0, which was It was created by sextractor $as_me 2.11.0, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ Loading Loading @@ -2423,7 +2423,7 @@ fi # Define the identity of the package. PACKAGE='sextractor' VERSION='2.10.0' VERSION='2.11.0' cat >>confdefs.h <<_ACEOF Loading Loading @@ -28535,7 +28535,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by sextractor $as_me 2.10.0, which was This file was extended by sextractor $as_me 2.11.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES Loading Loading @@ -28598,7 +28598,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ sextractor config.status 2.10.0 sextractor config.status 2.11.0 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ define([AC_CACHE_LOAD],) define([AC_CACHE_SAVE],) # This is your standard Bertin source code... AC_INIT(sextractor, 2.10.0, [bertin@iap.fr]) AC_INIT(sextractor, 2.11.0, [bertin@iap.fr]) AC_CONFIG_SRCDIR(src/makeit.c) AC_CONFIG_AUX_DIR(autoconf) AM_CONFIG_HEADER(config.h) Loading man/sex.1 +1 −1 Original line number Diff line number Diff line .TH SEXTRACTOR "1" "December 2009" "SWarp 2.10.0" "User Commands" .TH SEXTRACTOR "1" "February 2010" "SWarp 2.11.0" "User Commands" .SH NAME sex \- extract a source catalog from an astronomical FITS image .SH SYNOPSIS Loading src/Makefile.am +8 −7 Original line number Diff line number Diff line # Program Makefile for SEx # Copyright (C) 2004-2008 Emmanuel Bertin. # Copyright (C) 2004-2010 Emmanuel Bertin. SUBDIRS = fits levmar wcs bin_PROGRAMS = sex ldactoasc check_PROGRAMS = sex sex_SOURCES = analyse.c assoc.c astrom.c back.c bpro.c catout.c \ check.c clean.c extract.c fft.c field.c filter.c \ fitswcs.c flag.c graph.c growth.c image.c \ fitswcs.c flag.c graph.c growth.c header.c image.c \ interpolate.c main.c makeit.c manobjlist.c misc.c \ neurro.c pattern.c pc.c photom.c plist.c prefs.c \ profit.c psf.c readimage.c refine.c retina.c scan.c \ som.c weight.c winpos.c xml.c \ assoc.h astrom.h back.h bpro.h check.h clean.h \ define.h extract.h fft.h field.h filter.h fitswcs.h \ flag.h globals.h growth.h image.h interpolate.h \ key.h neurro.h param.h paramprofit.h pattern.h \ photom.h plist.h prefs.h preflist.h profit.h psf.h \ retina.h sexhead1.h sexhead.h sexheadsc.h som.h \ threads.h types.h wcscelsys.h weight.h winpos.h xml.h flag.h globals.h growth.h header.h image.h \ interpolate.h key.h neurro.h param.h paramprofit.h \ pattern.h photom.h plist.h prefs.h preflist.h \ profit.h psf.h retina.h sexhead1.h sexhead.h \ sexheadsc.h som.h threads.h types.h wcscelsys.h \ weight.h winpos.h xml.h ldactoasc_SOURCES = ldactoasc.c ldactoasc.h sex_LDADD = $(top_builddir)/src/fits/libfits.a \ $(top_builddir)/src/wcs/libwcs_c.a \ Loading src/Makefile.in +12 −10 Original line number Diff line number Diff line Loading @@ -58,9 +58,9 @@ am_sex_OBJECTS = analyse.$(OBJEXT) assoc.$(OBJEXT) astrom.$(OBJEXT) \ clean.$(OBJEXT) extract.$(OBJEXT) fft.$(OBJEXT) \ field.$(OBJEXT) filter.$(OBJEXT) fitswcs.$(OBJEXT) \ flag.$(OBJEXT) graph.$(OBJEXT) growth.$(OBJEXT) \ image.$(OBJEXT) interpolate.$(OBJEXT) main.$(OBJEXT) \ makeit.$(OBJEXT) manobjlist.$(OBJEXT) misc.$(OBJEXT) \ neurro.$(OBJEXT) pattern.$(OBJEXT) pc.$(OBJEXT) \ header.$(OBJEXT) image.$(OBJEXT) interpolate.$(OBJEXT) \ main.$(OBJEXT) makeit.$(OBJEXT) manobjlist.$(OBJEXT) \ misc.$(OBJEXT) neurro.$(OBJEXT) pattern.$(OBJEXT) pc.$(OBJEXT) \ photom.$(OBJEXT) plist.$(OBJEXT) prefs.$(OBJEXT) \ profit.$(OBJEXT) psf.$(OBJEXT) readimage.$(OBJEXT) \ refine.$(OBJEXT) retina.$(OBJEXT) scan.$(OBJEXT) som.$(OBJEXT) \ Loading Loading @@ -222,22 +222,23 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Program Makefile for SEx # Copyright (C) 2004-2008 Emmanuel Bertin. # Copyright (C) 2004-2010 Emmanuel Bertin. SUBDIRS = fits levmar wcs sex_SOURCES = analyse.c assoc.c astrom.c back.c bpro.c catout.c \ check.c clean.c extract.c fft.c field.c filter.c \ fitswcs.c flag.c graph.c growth.c image.c \ fitswcs.c flag.c graph.c growth.c header.c image.c \ interpolate.c main.c makeit.c manobjlist.c misc.c \ neurro.c pattern.c pc.c photom.c plist.c prefs.c \ profit.c psf.c readimage.c refine.c retina.c scan.c \ som.c weight.c winpos.c xml.c \ assoc.h astrom.h back.h bpro.h check.h clean.h \ define.h extract.h fft.h field.h filter.h fitswcs.h \ flag.h globals.h growth.h image.h interpolate.h \ key.h neurro.h param.h paramprofit.h pattern.h \ photom.h plist.h prefs.h preflist.h profit.h psf.h \ retina.h sexhead1.h sexhead.h sexheadsc.h som.h \ threads.h types.h wcscelsys.h weight.h winpos.h xml.h flag.h globals.h growth.h header.h image.h \ interpolate.h key.h neurro.h param.h paramprofit.h \ pattern.h photom.h plist.h prefs.h preflist.h \ profit.h psf.h retina.h sexhead1.h sexhead.h \ sexheadsc.h som.h threads.h types.h wcscelsys.h \ weight.h winpos.h xml.h ldactoasc_SOURCES = ldactoasc.c ldactoasc.h sex_LDADD = $(top_builddir)/src/fits/libfits.a \ Loading Loading @@ -343,6 +344,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flag.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/growth.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpolate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldactoasc.Po@am__quote@ Loading Loading
configure +10 −10 Original line number Diff line number Diff line #! /bin/sh # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.63 for sextractor 2.10.0. # Generated by GNU Autoconf 2.63 for sextractor 2.11.0. # # Report bugs to <bertin@iap.fr>. # Loading Loading @@ -750,8 +750,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='sextractor' PACKAGE_TARNAME='sextractor' PACKAGE_VERSION='2.10.0' PACKAGE_STRING='sextractor 2.10.0' PACKAGE_VERSION='2.11.0' PACKAGE_STRING='sextractor 2.11.0' PACKAGE_BUGREPORT='bertin@iap.fr' ac_unique_file="src/makeit.c" Loading Loading @@ -1505,7 +1505,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF \`configure' configures sextractor 2.10.0 to adapt to many kinds of systems. \`configure' configures sextractor 2.11.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... Loading Loading @@ -1575,7 +1575,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in short | recursive ) echo "Configuration of sextractor 2.10.0:";; short | recursive ) echo "Configuration of sextractor 2.11.0:";; esac cat <<\_ACEOF Loading Loading @@ -1706,7 +1706,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF sextractor configure 2.10.0 sextractor configure 2.11.0 generated by GNU Autoconf 2.63 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, Loading @@ -1720,7 +1720,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by sextractor $as_me 2.10.0, which was It was created by sextractor $as_me 2.11.0, which was generated by GNU Autoconf 2.63. Invocation command line was $ $0 $@ Loading Loading @@ -2423,7 +2423,7 @@ fi # Define the identity of the package. PACKAGE='sextractor' VERSION='2.10.0' VERSION='2.11.0' cat >>confdefs.h <<_ACEOF Loading Loading @@ -28535,7 +28535,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" This file was extended by sextractor $as_me 2.10.0, which was This file was extended by sextractor $as_me 2.11.0, which was generated by GNU Autoconf 2.63. Invocation command line was CONFIG_FILES = $CONFIG_FILES Loading Loading @@ -28598,7 +28598,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ sextractor config.status 2.10.0 sextractor config.status 2.11.0 configured by $0, generated by GNU Autoconf 2.63, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
configure.ac +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ define([AC_CACHE_LOAD],) define([AC_CACHE_SAVE],) # This is your standard Bertin source code... AC_INIT(sextractor, 2.10.0, [bertin@iap.fr]) AC_INIT(sextractor, 2.11.0, [bertin@iap.fr]) AC_CONFIG_SRCDIR(src/makeit.c) AC_CONFIG_AUX_DIR(autoconf) AM_CONFIG_HEADER(config.h) Loading
man/sex.1 +1 −1 Original line number Diff line number Diff line .TH SEXTRACTOR "1" "December 2009" "SWarp 2.10.0" "User Commands" .TH SEXTRACTOR "1" "February 2010" "SWarp 2.11.0" "User Commands" .SH NAME sex \- extract a source catalog from an astronomical FITS image .SH SYNOPSIS Loading
src/Makefile.am +8 −7 Original line number Diff line number Diff line # Program Makefile for SEx # Copyright (C) 2004-2008 Emmanuel Bertin. # Copyright (C) 2004-2010 Emmanuel Bertin. SUBDIRS = fits levmar wcs bin_PROGRAMS = sex ldactoasc check_PROGRAMS = sex sex_SOURCES = analyse.c assoc.c astrom.c back.c bpro.c catout.c \ check.c clean.c extract.c fft.c field.c filter.c \ fitswcs.c flag.c graph.c growth.c image.c \ fitswcs.c flag.c graph.c growth.c header.c image.c \ interpolate.c main.c makeit.c manobjlist.c misc.c \ neurro.c pattern.c pc.c photom.c plist.c prefs.c \ profit.c psf.c readimage.c refine.c retina.c scan.c \ som.c weight.c winpos.c xml.c \ assoc.h astrom.h back.h bpro.h check.h clean.h \ define.h extract.h fft.h field.h filter.h fitswcs.h \ flag.h globals.h growth.h image.h interpolate.h \ key.h neurro.h param.h paramprofit.h pattern.h \ photom.h plist.h prefs.h preflist.h profit.h psf.h \ retina.h sexhead1.h sexhead.h sexheadsc.h som.h \ threads.h types.h wcscelsys.h weight.h winpos.h xml.h flag.h globals.h growth.h header.h image.h \ interpolate.h key.h neurro.h param.h paramprofit.h \ pattern.h photom.h plist.h prefs.h preflist.h \ profit.h psf.h retina.h sexhead1.h sexhead.h \ sexheadsc.h som.h threads.h types.h wcscelsys.h \ weight.h winpos.h xml.h ldactoasc_SOURCES = ldactoasc.c ldactoasc.h sex_LDADD = $(top_builddir)/src/fits/libfits.a \ $(top_builddir)/src/wcs/libwcs_c.a \ Loading
src/Makefile.in +12 −10 Original line number Diff line number Diff line Loading @@ -58,9 +58,9 @@ am_sex_OBJECTS = analyse.$(OBJEXT) assoc.$(OBJEXT) astrom.$(OBJEXT) \ clean.$(OBJEXT) extract.$(OBJEXT) fft.$(OBJEXT) \ field.$(OBJEXT) filter.$(OBJEXT) fitswcs.$(OBJEXT) \ flag.$(OBJEXT) graph.$(OBJEXT) growth.$(OBJEXT) \ image.$(OBJEXT) interpolate.$(OBJEXT) main.$(OBJEXT) \ makeit.$(OBJEXT) manobjlist.$(OBJEXT) misc.$(OBJEXT) \ neurro.$(OBJEXT) pattern.$(OBJEXT) pc.$(OBJEXT) \ header.$(OBJEXT) image.$(OBJEXT) interpolate.$(OBJEXT) \ main.$(OBJEXT) makeit.$(OBJEXT) manobjlist.$(OBJEXT) \ misc.$(OBJEXT) neurro.$(OBJEXT) pattern.$(OBJEXT) pc.$(OBJEXT) \ photom.$(OBJEXT) plist.$(OBJEXT) prefs.$(OBJEXT) \ profit.$(OBJEXT) psf.$(OBJEXT) readimage.$(OBJEXT) \ refine.$(OBJEXT) retina.$(OBJEXT) scan.$(OBJEXT) som.$(OBJEXT) \ Loading Loading @@ -222,22 +222,23 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ # Program Makefile for SEx # Copyright (C) 2004-2008 Emmanuel Bertin. # Copyright (C) 2004-2010 Emmanuel Bertin. SUBDIRS = fits levmar wcs sex_SOURCES = analyse.c assoc.c astrom.c back.c bpro.c catout.c \ check.c clean.c extract.c fft.c field.c filter.c \ fitswcs.c flag.c graph.c growth.c image.c \ fitswcs.c flag.c graph.c growth.c header.c image.c \ interpolate.c main.c makeit.c manobjlist.c misc.c \ neurro.c pattern.c pc.c photom.c plist.c prefs.c \ profit.c psf.c readimage.c refine.c retina.c scan.c \ som.c weight.c winpos.c xml.c \ assoc.h astrom.h back.h bpro.h check.h clean.h \ define.h extract.h fft.h field.h filter.h fitswcs.h \ flag.h globals.h growth.h image.h interpolate.h \ key.h neurro.h param.h paramprofit.h pattern.h \ photom.h plist.h prefs.h preflist.h profit.h psf.h \ retina.h sexhead1.h sexhead.h sexheadsc.h som.h \ threads.h types.h wcscelsys.h weight.h winpos.h xml.h flag.h globals.h growth.h header.h image.h \ interpolate.h key.h neurro.h param.h paramprofit.h \ pattern.h photom.h plist.h prefs.h preflist.h \ profit.h psf.h retina.h sexhead1.h sexhead.h \ sexheadsc.h som.h threads.h types.h wcscelsys.h \ weight.h winpos.h xml.h ldactoasc_SOURCES = ldactoasc.c ldactoasc.h sex_LDADD = $(top_builddir)/src/fits/libfits.a \ Loading Loading @@ -343,6 +344,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/flag.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/graph.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/growth.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/header.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interpolate.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ldactoasc.Po@am__quote@ Loading