Code

complete segfault fix for second axis %s format begun in r2123 (thanks Martin Pelikan...
[rrdtool.git] / Makefile.am
index be6219f98bb5d4fb4e4573e32661b02d204ebbb7..f108180581fe8311ea31ddc23e6ecb93aafee3aa 100644 (file)
@@ -1,18 +1,11 @@
 ## Process this file with automake to produce Makefile.in
 RSYNC = rsync --rsh=ssh
 
-# build the following subdirectories
-if BUILD_LIBINTL
-PO=po
-else
-PO=
-endif
-
-SUBDIRS = $(PO) src examples doc bindings
+SUBDIRS = po src examples doc bindings
 
  # the following files are not mentioned in any other Makefile
 EXTRA_DIST = COPYRIGHT CHANGES WIN32-BUILD-TIPS.txt TODO CONTRIBUTORS THREADS \
-             intltool-extract.in  intltool-merge.in    intltool-update.in \
+             autogen.sh \
             rrdtool.spec favicon.ico win32/Makefile win32/config.h \
             win32/rrd.dsp win32/rrd.sln win32/rrd.vcproj \
             win32/rrd_config.h.msvc win32/rrdlib.vcproj win32/rrdtool.dsp \
@@ -26,7 +19,7 @@ CLEANFILES = config.cache
 AUTOMAKE_OPTIONS= foreign 
 
 # where we keep local rules for automake
-
+ACLOCAL_AMFLAGS = -I m4
 ACLOCAL_M4= $(top_srcdir)/aclocal.m4
 #AUTOHEADER = @AUTOHEADER@ --localdir=$(top_srcdir)/config
 #AUTOCONF = @AUTOCONF@ --localdir=$(top_srcdir)/config