>>> "Fausto" == Fausto Sanchez <[EMAIL PROTECTED]> writes:

 Fausto> Hi,
 Fausto> Is there a way that autoconf/automake can be configured so that the
 Fausto> final executables
 Fausto> and libraries be stripped, by running the strip utility on the build
 Fausto> process? Has anybody
 Fausto> does this?

You can strip your binaries while they are installed with
 make install-strip

If your package supports cross-compilation don't forget to add
  AC_CHECK_TOOL([STRIP],[strip])
to your configure.ac.
-- 
Alexandre Duret-Lutz

Reply via email to