From 8bd48cc477fc5bef077d7dfef5aad38c91f146b4 Mon Sep 17 00:00:00 2001 From: Ian Eure Date: Thu, 7 Jul 2011 18:41:56 +0000 Subject: [PATCH] Fix stupid build issues. --- configure.ac | 4 +--- src/os/Makefile.am | 3 --- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index e42a9d14..569d6490 100644 --- a/configure.ac +++ b/configure.ac @@ -21,6 +21,7 @@ AC_PROG_LN_S AC_PROG_INSTALL AC_PROG_MAKE_SET AC_PROG_LIBTOOL +AC_CONFIG_MACRO_DIR([m4]) AC_MSG_CHECKING([for os type ($host_os)]) FRAMEWORK= @@ -148,10 +149,7 @@ src/os/darwin/Makefile src/os/freebsd/Makefile src/os/hpux/Makefile src/os/linux/Makefile -src/os/netware/Makefile -src/os/osf1/Makefile src/os/solaris/Makefile -src/os/stub/Makefile src/os/win32/Makefile examples/Makefile src/sigar_version_autoconf.c diff --git a/src/os/Makefile.am b/src/os/Makefile.am index 53363f29..fc074fd4 100644 --- a/src/os/Makefile.am +++ b/src/os/Makefile.am @@ -4,8 +4,5 @@ SUBDIRS = \ freebsd \ hpux \ linux \ - netware \ - osf1 \ solaris \ - stub \ win32