- Fix macro documentation header

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@259 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-01-29 17:33:03 +00:00
parent de0401e7ac
commit 119d842820
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ dnl
dnl Checks for Python and tries to get the include path to 'Python.h'. dnl Checks for Python and tries to get the include path to 'Python.h'.
dnl It provides the $(PYTHON_CPPFLAGS) and $(PYTHON_LDFLAGS) output dnl It provides the $(PYTHON_CPPFLAGS) and $(PYTHON_LDFLAGS) output
dnl variables. dnl variables.
dnl It also exports $(PYTHON_EXTRA_LIBS) and $(PYTHON_EXTRA_LDFLAGS) dnl Also exports $(PYTHON_EXTRA_LIBS) and $(PYTHON_EXTRA_LDFLAGS)
dnl for embedding Python in your code. dnl for embedding Python in your code.
dnl If you want to use a particular version of Python, please set dnl If the user wants to employ a particular version of Python, she can
dnl the PYTHON_VERSION variable. dnl now pass to configure the PYTHON_VERSION environment variable.
dnl dnl
dnl @category InstalledPackages dnl @category InstalledPackages
dnl @author Sebastian Huber <sebastian-huber@web.de> dnl @author Sebastian Huber <sebastian-huber@web.de>