*** empty log message ***
This commit is contained in:
parent
2732f80a8c
commit
977dfec9c6
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@ VERSION=2.1.1
|
|||
FREESOLID_CURRENT=2
|
||||
FREESOLID_REVISION=1
|
||||
FREESOLID_AGE=2
|
||||
FREESOLID_VERSION=[$FREESOLID_CURRENT].[$FREESOLID_REVISION].[$FREESOLID_AGE]
|
||||
AC_SUBST(FREESOLID_CURRENT)
|
||||
AC_SUBST(FREESOLID_REVISION)
|
||||
AC_SUBST(FREESOLID_AGE)
|
||||
|
|
|
@ -40,11 +40,11 @@ while test $# -gt 0; do
|
|||
;;
|
||||
--cflags)
|
||||
includedirs=""
|
||||
echo $includedirs -I@includedir@/freesolid
|
||||
echo $includedirs -I@includedir@/FreeSOLID
|
||||
;;
|
||||
--libs)
|
||||
libdirs=""
|
||||
echo -L@libdir@ -lfreesolid $libdirs
|
||||
echo -L@libdir@ -lFreeSOLID $libdirs
|
||||
;;
|
||||
*)
|
||||
echo "${usage}" 1>&2
|
||||
|
|
Loading…
Reference in a new issue