From: Tobias Oetiker Date: Mon, 8 Jun 2009 05:12:26 +0000 (+0000) Subject: make config.h a symlink to rrd_config.h so that intl/Makefile is happy X-Git-Tag: 1.3.9~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b52275de210f02ba414bf338962fa8027bd7e8c3;p=thirdparty%2Frrdtool-1.x.git make config.h a symlink to rrd_config.h so that intl/Makefile is happy git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1857 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/configure.ac b/configure.ac index d9867f0a..936d4fdf 100644 --- a/configure.ac +++ b/configure.ac @@ -703,6 +703,10 @@ AC_CONFIG_FILES([bindings/tcl/ifOctets.tcl]) AC_CONFIG_FILES([Makefile]) AC_CONFIG_COMMANDS([default],[[ chmod +x examples/*.pl]],[[]]) + +dnl intl requires our config to be called config.h. indulge it. +AC_CONFIG_COMMANDS_POST([ test -f config.h || ln -s rrd_config.h config.h ]) + AC_OUTPUT AC_MSG_CHECKING(in)