shell scripting problem

From: MM_Siddique (mms_at_comnets.uni-bremen.de)
Date: 04/30/04

  • Next message: Ed Wilts: "Re: sendmail"
    Date: Fri, 30 Apr 2004 18:28:11 +0200
    To: redhat-list@redhat.com
    
    

      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@yahoo.com;
      Tel(home) : ++49 421 896 0375;
      dept) : ++49 421 218 8251;
      Handy: ++49 0179 7716566;
    } mms;

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: Ed Wilts: "Re: sendmail"

    Relevant Pages