Fix stupid build issues.
This commit is contained in:
parent
ce23dbeec7
commit
8bd48cc477
|
@ -21,6 +21,7 @@ AC_PROG_LN_S
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
AC_PROG_MAKE_SET
|
AC_PROG_MAKE_SET
|
||||||
AC_PROG_LIBTOOL
|
AC_PROG_LIBTOOL
|
||||||
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
AC_MSG_CHECKING([for os type ($host_os)])
|
AC_MSG_CHECKING([for os type ($host_os)])
|
||||||
FRAMEWORK=
|
FRAMEWORK=
|
||||||
|
@ -148,10 +149,7 @@ src/os/darwin/Makefile
|
||||||
src/os/freebsd/Makefile
|
src/os/freebsd/Makefile
|
||||||
src/os/hpux/Makefile
|
src/os/hpux/Makefile
|
||||||
src/os/linux/Makefile
|
src/os/linux/Makefile
|
||||||
src/os/netware/Makefile
|
|
||||||
src/os/osf1/Makefile
|
|
||||||
src/os/solaris/Makefile
|
src/os/solaris/Makefile
|
||||||
src/os/stub/Makefile
|
|
||||||
src/os/win32/Makefile
|
src/os/win32/Makefile
|
||||||
examples/Makefile
|
examples/Makefile
|
||||||
src/sigar_version_autoconf.c
|
src/sigar_version_autoconf.c
|
||||||
|
|
|
@ -4,8 +4,5 @@ SUBDIRS = \
|
||||||
freebsd \
|
freebsd \
|
||||||
hpux \
|
hpux \
|
||||||
linux \
|
linux \
|
||||||
netware \
|
|
||||||
osf1 \
|
|
||||||
solaris \
|
solaris \
|
||||||
stub \
|
|
||||||
win32
|
win32
|
||||||
|
|
Loading…
Reference in New Issue