shell scripting problem
From: MM_Siddique (mms_at_comnets.uni-bremen.de)
Date: 04/30/04
- Previous message: Michael Gargiullo: "Re: sendmail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: Michael Gargiullo: "Re: sendmail"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: Screensaver disabled, screen still blanks
... Yes, that did the trick for FC5, thanks. ... Do I just put a script in
there and name it anything I want, ... scripts to run in the Autostart directory. ...
Have a look at the man page for xset, and to try it out, just run xset -dpms ... (Fedora) - Re: change keyboard repeat rate
... If debian has an xset built into one of the scripts they supply... ... The default
xinitrc script then looks for user-defined files and default ... system files, including
.Xresources, .Xmodmap, and .Xkbmap in the user's ... (comp.os.linux.misc) - Re: 10.3 KDE Display blanks out after 7 minutes
... man xset will show you all the options and flags. ... I have a little script
that runs when I log on which turns off the bell, ... and disables both blanking and dpms.
... the 10 minute timeout I was having there (probably only one of them ... (alt.os.linux.suse) - Re: Turning off screen blanking
... Joerg Redmann wrote: ... Putting a little script with "xset s
noblank" in ... (comp.os.linux.misc)