Changes in LinearAlgebra/configure.ac [c074cc:f281c5]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LinearAlgebra/configure.ac
rc074cc rf281c5 3 3 4 4 AC_PREREQ(2.59) 5 AC_INIT(LinearAlgebra, 1.0.3, [heber@ins.uni-bonn.de], [ molecuilder], [http://trac.ins.uni-bonn.de/projects/molecuilder/])5 AC_INIT(LinearAlgebra, 1.0.3, [heber@ins.uni-bonn.de], [linearalgebra], [http://trac.ins.uni-bonn.de/projects/molecuilder/]) 6 6 AC_CONFIG_AUX_DIR([build-aux]) 7 7 AC_CONFIG_SRCDIR([src/LinearAlgebra/Vector.cpp]) … … 23 23 DX_PS_FEATURE(OFF) 24 24 DX_PDF_FEATURE(OFF) 25 DX_INIT_DOXYGEN(LinearAlgebra, Doxyfile, $ (docdir))25 DX_INIT_DOXYGEN(LinearAlgebra, Doxyfile, ${docdir}) 26 26 27 27 LT_INIT([static])
Note:
See TracChangeset
for help on using the changeset viewer.