]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
fix for osx porability ... the # in librrd.sym did not work well there
authorTobias Oetiker <tobi@oetiker.ch>
Sun, 26 Oct 2008 15:16:35 +0000 (15:16 +0000)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 26 Oct 2008 15:16:35 +0000 (15:16 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1631 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/Makefile.am
src/librrd.sym.in.in [moved from src/librrd.sym.in with 100% similarity]

index b9f98503054c07eb222d2516f98bab404af4b493..f91ae6cdc01b3f907f77d315e59abb662470adb6 100644 (file)
@@ -106,5 +106,7 @@ pkgconfig_DATA = librrd.pc
 # strftime is here because we do not usually need it. unices have propper
 # iso date support
 EXTRA_DIST= librrd.pc.in strftime.c strftime.h  rrd_getopt.c rrd_getopt1.c rrd_getopt.h \
-       win32comp.c  rrd_thread_safe_nt.c get_ver.awk librrd.sym
+       win32comp.c  rrd_thread_safe_nt.c get_ver.awk librrd.sym.in.in
 
+librrd.sym: librrd.sym.in
+       grep -v LIBC_HAS_GETOPT_LONG librrd.sym.in >$@
similarity index 100%
rename from src/librrd.sym.in
rename to src/librrd.sym.in.in