From: Rafael L. <rla...@us...> - 2003-03-03 00:28:36
|
Update of /cvsroot/plplot/plplot/examples/c In directory sc8-pr-cvs1:/tmp/cvs-serv29366 Modified Files: Makefile.am Log Message: - Replaced for hack with the directory .samename by the more autoconf principled way with install-data-hook. (I thought I have done this before). - Replaced the settings of all variables x??c_LDFLAGS by a single AM_LDFLAGS, since they are all the same (remember William of Okkham). - Removed Makefile.examples.in from EXTRA_DIST, since this is redundant. Remember that all the files present in AC_CONFIG_FILES (which are AC_SUBSTituted by AC_OUTPUT) are automatically included into the dist tarball. |