• Home
  • Raw
  • Download

Lines Matching +full:ship +full:- +full:to

2 AC_INIT([EXIF library], [0.6.21], [libexif-devel@lists.sourceforge.net], [libexif])
3 AC_CONFIG_SRCDIR([libexif/exif-data.h])
5 AC_CONFIG_MACRO_DIR([auto-m4])
6 AM_INIT_AUTOMAKE([-Wall gnu 1.9 dist-bzip2 dist-zip check-news])
9 # Use the silent-rules feature when possible.
13 if test ! -d "$srcdir/m4m"; then
18 You are probably using an ill-maintained CVS tree.
24 and re-running autogen.sh might help.
32 dnl ---------------------------------------------------------------------------
35 dnl http://plan99.net/~mike/writing-shared-libraries.html
38 dnl ---------------------------------------------------------------------------
40 dnl - CURRENT (Major): Increment if the interface has changes. AGE is always
42 dnl - AGE (Micro): Increment if any interfaces have been added; set to 0
44 dnl precedence over adding, so set to 0 if both happened.
46 dnl - REVISION (Minor): Increment any time the source changes; set to
49 dnl To summarize. Any interface *change* increment CURRENT. If that interface
51 dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
52 dnl REVISION is set to 0, otherwise REVISION is incremented.
53 dnl ---------------------------------------------------------------------------
69 AC_SUBST([LIBEXIF_CURRENT_MIN],[`expr $LIBEXIF_CURRENT - $LIBEXIF_AGE`])
82 dnl Create a stdint.h-like file containing size-specific integer definitions
87 dnl ------------------------------------------------------------------------
88 dnl Whether we're supposed to ship binaries in the tarball
89 dnl ------------------------------------------------------------------------
92 AC_ARG_ENABLE([ship-binaries],
93 [AS_HELP_STRING([--enable-ship-binaries],
94 [Whether to ship binaries in the tarball [default=no]])],[
100 GP_CONFIG_MSG([Ship binaries in tarball],[$ship_binaries])
103 dnl ---------------------------------------------------------------------------
104 dnl Whether -lm is required for our math functions
105 dnl ---------------------------------------------------------------------------
109 # -Wall -Werror here the check fails because
112 # Start by assuming -lm is needed, because it's possible that the little
113 # test program below will be optimized to in-line floating point code that
114 # doesn't require -lm, whereas the library itself cannot be so optimized
115 # (this actually seems to be the case on x86 with gcc 4.2). Assuming the
116 # reverse means that -lm could be needed but wouldn't be detected below.
119 LIBS="$LIBS -lm"
151 # Whether to enable the internal docs build.
153 # This takes quite some time due to the generation of lots of call
156 AC_ARG_ENABLE([internal-docs], [dnl
157 AS_HELP_STRING([--enable-internal-docs],
159 dnl If either --enable-foo nor --disable-foo were given, execute this.
172 AC_MSG_CHECKING([whether to create internal code docs])
177 # ---------------------------------------------------------------------------
179 # ---------------------------------------------------------------------------
182 GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}],
190 dnl ---------------------------------------------------------------------------
191 dnl Thread-safe functions
192 dnl ---------------------------------------------------------------------------
195 dnl ---------------------------------------------------------------------------
197 dnl ---------------------------------------------------------------------------
198 AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)"
199 AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_builddir)"
202 AM_CFLAGS="$AM_CFLAGS -ansi -pedantic-error"
203 AM_CXXFLAGS="$AM_CXXFLAGS -ansi -pedantic-error"
204 AM_CPPFLAGS="$AM_CPPFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes"
205 AM_LDFLAGS="$AM_LDFLAGS -g -Wall"
214 dnl ---------------------------------------------------------------------------
216 dnl ---------------------------------------------------------------------------
226 doc/Doxyfile-internals
228 libexif-uninstalled.pc