summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d3f1c3f)
raw | patch | inline | side by side (parent: d3f1c3f)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 14 Nov 2005 23:07:30 +0000 (23:07 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 14 Nov 2005 23:07:30 +0000 (23:07 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@717 a5681a0c-68f1-0310-ab6d-d61299d08faa
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index de4cb5ec91aeb33da2f9ce852d2095f3c1a31f8c..8f163d34fe4daaf7b0410321b51e350022f90244 100644 (file)
--- a/configure.ac
+++ b/configure.ac
*cygwin*)
# the normal mmap test does not work in cygwin
AC_CHECK_FUNCS(mmap)
- if [ ${ac_cv_func_mmap} = yes ]; then
+ if [ "x${ac_cv_func_mmap}" = xyes ]; then
ac_cv_func_mmap_fixed_mapped=yes
fi
;;
CONFIGURE_PART(Apply Configuration Information)
AC_CONFIG_FILES([examples/shared-demo.pl
- examples/piped-demo.pl
- examples/stripes.pl
- examples/bigtops.pl
- examples/minmax.pl
- examples/cgi-demo.cgi
- examples/4charts.pl
- examples/Makefile
- doc/Makefile
- src/Makefile
- bindings/Makefile
- bindings/tcl/Makefile
- bindings/tcl/ifOctets.tcl
+ examples/piped-demo.pl
+ examples/stripes.pl
+ examples/bigtops.pl
+ examples/minmax.pl
+ examples/cgi-demo.cgi
+ examples/4charts.pl
+ examples/Makefile
+ doc/Makefile
+ src/Makefile
+ bindings/Makefile
+ bindings/tcl/Makefile
+ bindings/tcl/ifOctets.tcl
bindings/python/Makefile
- Makefile])
+ Makefile])
AC_CONFIG_COMMANDS([default],[[ chmod +x examples/*.cgi examples/*.pl]],[[]])
AC_OUTPUT