shell scripting problem

MM_Siddique mms at comnets.uni-bremen.de
Fri Apr 30 16:28:11 UTC 2004


  can anybody tell me the meaning of the following script part


# Any additions from configure.in:
ac_help="$ac_help
--with-opts-prefix=PFX Prefix where autoopts is installed (optional)"
ac_help="$ac_help
--with-opts-exec-prefix=PFX
Exec prefix where autoopts is installed (optional)"


# Check whether --with-opts-prefix or --without-opts-prefix was given.
if test "${with_opts_prefix+set}" = set; then
withval="$with_opts_prefix"
:
fi

# Check whether --with-opts-exec-prefix or --without-opts-exec-prefix 
was given.
if test "${with_opts_exec_prefix+set}" = set; then
withval="$with_opts_exec_prefix"
:
fi


# Check whether --enable-opts-test or --disable-opts-test was given.
if test "${enable_opts_test+set}" = set; then
enableval="$enable_opts_test"
:
fi


if test x$with_opts_exec_prefix != x ; then
autoopts_config_args="$autoopts_config_args 
--exec-prefix=$with_opts_exec_prefix"
if test x${AUTOOPTS_CONFIG+set} != xset ; then
AUTOOPTS_CONFIG=$with_opts_exec_prefix/bin/autoopts-config
fi
fi
if test x$with_opts_prefix != x ; then
autoopts_config_args="$autoopts_config_args --prefix=$with_opts_prefix"
if test x${AUTOOPTS_CONFIG+set} != xset ; then
AUTOOPTS_CONFIG=$with_opts_prefix/bin/autoopts-config
fi
fi

MSC - CIT Student{
  MohaMMad MuTTakin SiDDique < Himel >;
  University of Bremen, Germany:
  Email: mmshimel at yahoo.com;
  Tel(home) : ++49 421 896 0375;
  dept) : ++49 421 218 8251;
  Handy:    ++49 0179 7716566;
} mms;









More information about the redhat-list mailing list