summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorfche <fche>2008-03-06 20:21:36 +0000
committerfche <fche>2008-03-06 20:21:36 +0000
commita4531d21d2457f2b0f8dc44cace9195f241041e9 (patch)
treec26fe5564d9348d8857e791ed0b8000ab8670303 /Makefile.in
parente82c1beea0d6cd9596b79f7d1759cfdf4c166b2a (diff)
downloadsystemtap-steved-a4531d21d2457f2b0f8dc44cace9195f241041e9.tar.gz
systemtap-steved-a4531d21d2457f2b0f8dc44cace9195f241041e9.tar.xz
systemtap-steved-a4531d21d2457f2b0f8dc44cace9195f241041e9.zip
2008-03-06 Frank Ch. Eigler <fche@elastic.org>
* Makefile.am (AM_CXXFLAGS, AM_CFLAGS): Remove -Werror. * Makefile.in, doc/Makefile.in: Regenerated.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d97459d6..e82d66a3 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -234,6 +234,7 @@ elfutils_abs_srcdir = @elfutils_abs_srcdir@
exec_prefix = @exec_prefix@
have_dvips = @have_dvips@
have_latex = @have_latex@
+have_latex2html = @have_latex2html@
have_ps2pdf = @have_ps2pdf@
host_alias = @host_alias@
htmldir = @htmldir@
@@ -265,8 +266,8 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = dist-bzip2
pkglibexecdir = ${libexecdir}/${PACKAGE}
AM_CPPFLAGS = -DBINDIR='"$(bindir)"' -DPKGDATADIR='"${pkgdatadir}"' -DPKGLIBDIR='"$(pkglibexecdir)"'
-AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Wextra -Werror -Wshadow -Wunused -Wformat=2 -W
-AM_CXXFLAGS = -Wall -Wextra -Werror
+AM_CFLAGS = -D_GNU_SOURCE -fexceptions -Wall -Werror -Wshadow -Wunused -Wformat=2 -W
+AM_CXXFLAGS = -Wall -Werror
dist_man_MANS = stap.1 stapprobes.5 stapfuncs.5 stapex.5 staprun.8 man/stapprobes.iosched.5 man/stapprobes.netdev.5 man/stapprobes.nfs.5 man/stapprobes.nfsd.5 man/stapprobes.pagefault.5 man/stapprobes.process.5 man/stapprobes.rpc.5 man/stapprobes.scsi.5 man/stapprobes.signal.5 man/stapprobes.socket.5 man/stapprobes.tcp.5 man/stapprobes.udp.5
stap_SOURCES = main.cxx \
parse.cxx staptree.cxx elaborate.cxx translate.cxx \