• Home
  • Raw
  • Download

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

4         [libexif-devel@lists.sourceforge.net],
7 AC_CONFIG_SRCDIR([libexif/exif-data.h])
9 AC_CONFIG_MACRO_DIR([auto-m4])
11 -Wall
14 dist-xz
15 dist-bzip2
16 dist-zip
17 check-news
18 subdir-objects
22 # Use the silent-rules feature when possible.
30 dnl ---------------------------------------------------------------------------
33 dnl http://plan99.net/~mike/writing-shared-libraries.html
36 dnl ---------------------------------------------------------------------------
38 dnl - CURRENT (Major): Increment if the interface has changes. AGE is always
40 dnl - AGE (Micro): Increment if any interfaces have been added; set to 0
42 dnl precedence over adding, so set to 0 if both happened.
44 dnl - REVISION (Minor): Increment any time the source changes; set to
47 dnl To summarize. Any interface *change* increment CURRENT. If that interface
49 dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
50 dnl REVISION is set to 0, otherwise REVISION is incremented.
51 dnl ---------------------------------------------------------------------------
68 AC_SUBST([LIBEXIF_CURRENT_MIN],[`expr $LIBEXIF_CURRENT - $LIBEXIF_AGE`])
74 LT_INIT([win32-dll])
79 dnl --------------------------------------------------------------------
80 dnl check for "diff" and "diff -u"
81 dnl --------------------------------------------------------------------
83 AC_ARG_VAR([DIFF], [path to diff utility (default: no)])
89 AC_MSG_CHECKING([whether diff supports -u])
90 echo moo > conftest-a.c
91 echo moo > conftest-b.c
92 AS_IF([${DIFF} -u conftest-a.c conftest-b.c], [dnl
94 DIFF_U="$DIFF -u"
98 rm -f conftest-a.c conftest-b.c
104 dnl --------------------------------------------------------------------
108 dnl Create a stdint.h-like file containing size-specific integer definitions
113 dnl ------------------------------------------------------------------------
114 dnl Whether we're supposed to ship binaries in the tarball
115 dnl ------------------------------------------------------------------------
118 AC_ARG_ENABLE([ship-binaries],
119 [AS_HELP_STRING([--enable-ship-binaries],
120 [Whether to ship binaries in the tarball [default=no]])], [
124 GP_CONFIG_MSG([Ship binaries in tarball], [$ship_binaries])
127 dnl ---------------------------------------------------------------------------
128 dnl Whether -lm is required for our math functions
129 dnl ---------------------------------------------------------------------------
133 # -Wall -Werror here the check fails because
136 # Start by assuming -lm is needed, because it's possible that the little
137 # test program below will be optimized to in-line floating point code that
138 # doesn't require -lm, whereas the library itself cannot be so optimized
139 # (this actually seems to be the case on x86 with gcc 4.2). Assuming the
140 # reverse means that -lm could be needed but wouldn't be detected below.
143 LIBS="$LIBS -lm"
178 # Whether to enable the internal docs build.
180 # This takes quite some time due to the generation of lots of call
183 AC_ARG_ENABLE([internal-docs], [dnl
184 AS_HELP_STRING([--enable-internal-docs],
186 dnl If either --enable-foo nor --disable-foo were given, execute this.
191 AC_MSG_CHECKING([whether to create internal code docs])
197 # ---------------------------------------------------------------------------
199 # ---------------------------------------------------------------------------
202 GP_GETTEXT_HACK([${PACKAGE}-${LIBEXIF_CURRENT_MIN}],
210 dnl ---------------------------------------------------------------------------
211 dnl Thread-safe functions
212 dnl ---------------------------------------------------------------------------
220 AC_DEFINE([HAVE_LOCALTIME_S], [1], [Define to 1 if you have localtime_s()])
229 dnl ---------------------------------------------------------------------------
231 dnl ---------------------------------------------------------------------------
232 AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_srcdir)"
233 AM_CPPFLAGS="$AM_CPPFLAGS -I\$(top_builddir)"
236 AM_CFLAGS="$AM_CFLAGS -ansi -pedantic-errors"
237 AM_CXXFLAGS="$AM_CXXFLAGS -ansi -pedantic-errors"
238 AM_CPPFLAGS="$AM_CPPFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes"
239 AM_LDFLAGS="$AM_LDFLAGS -g -Wall"
248 dnl ---------------------------------------------------------------------------
250 dnl ---------------------------------------------------------------------------
261 doc/Doxyfile-internals
263 libexif-uninstalled.pc
264 binary-dist/Makefile