dnl
dnl Written by Richard W.M. Jones <rjones@redhat.com>
-AC_INIT(febootstrap,1.6)
+AC_INIT(febootstrap,1.7)
AM_INIT_AUTOMAKE
AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no])
#
# Written by Richard W.M. Jones <rjones@redhat.com>
-unset CDPATH
-
TEMP=`getopt \
-o g:i:p:u: \
--long groupinstall:,group-install:,help,install:,noclean,no-clean,proxy:,updates: \
mkdir "$target"
# Target must be an absolute path.
-target=$(cd "$target"; pwd)
+target=$(cd "$target" > /dev/null; pwd)
# This is necessary to keep yum happy. It's not clear why yum can't
# just create this file itself.