rename --ldflags to --libs to do things the same was as glib et al
-config git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9219 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -7,7 +7,7 @@ includedir=@includedir@
|
|||||||
for i in $*; do
|
for i in $*; do
|
||||||
case $i in
|
case $i in
|
||||||
--help)
|
--help)
|
||||||
echo "usage: $0 [--ldflags] [--cflags]"
|
echo "usage: $0 [--libs] [--cflags]"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
@@ -15,7 +15,7 @@ for i in $*; do
|
|||||||
echo "$Id$"
|
echo "$Id$"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
--ldflags)
|
--libs)
|
||||||
echo "-L${libdir} -lkrb5 -lasn1 -ldes -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@"
|
echo "-L${libdir} -lkrb5 -lasn1 -ldes -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@"
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user