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:
Assar Westerlund
2000-11-29 05:18:53 +00:00
parent 14fbde39e0
commit 8803541f95

View File

@@ -7,7 +7,7 @@ includedir=@includedir@
for i in $*; do
case $i in
--help)
echo "usage: $0 [--ldflags] [--cflags]"
echo "usage: $0 [--libs] [--cflags]"
exit 0
;;
--version)
@@ -15,7 +15,7 @@ for i in $*; do
echo "$Id$"
exit 0
;;
--ldflags)
--libs)
echo "-L${libdir} -lkrb5 -lasn1 -ldes -lroken @LIB_crypt@ @LIB_dbopen@ @LIBS@"
exit 0
;;