Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

afterimage-config(1) [debian man page]

AFTERIMAGE-CONFIG(1)					      General Commands Manual					      AFTERIMAGE-CONFIG(1)

NAME
afterimage-config - script to get information about the installed version of libAfterImage SYNOPSIS
afterimage-config [--prefix[=PREFIX]] [--exec-prefix[=PREFIX]] [--version] [--libs [--external-only]] [--libtool] [--cflags] [--have-after- base] [--preferred-image-format] [--have-x-support] [LIBRARIES] DESCRIPTION
afterimage-config is a tool that is used to configure to determine the compiler and linker flags that should be used to compile and link programs that use libAfterImage library. OPTIONS
afterimage-config accepts the following options: --version Print the currently installed version of libAfterImage on the standard output. --libs Print the linker flags that are necessary to link a program using libAfterImage. --libs --external-only Print the linker flags containing only external (i.e. not coming from afterstep package) libraries needed to link a program using libAfterImage. --libtool Print the name of file containing libtool(1) definitions. --have-afterbase Print `yes' if libAfterBase is available. --preferred-image-format Print the image format set as preferred when libAfterImage was compiled. --have-x-support Print `yes' if X support is available. --cflags Print the compiler flags that are necessary to compile a libAfterImage program. --prefix Print the prefix with which libAfterImage was compiled. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that libAfterImage was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec-prefix Print the exec-prefix with which libAfterImage was compiled. --exec-prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that libAfterImage was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. COPYRIGHT
libAfterBase Copyright (C) 1999-2004 Sasha Vasko <sasha at aftercode.net> Copyright (C) 2000,2001 Andrew Ferguson <andrew@owsla.cjb.net> Copyright (C) 1999 Ethan Fischer <allanon@crystaltokyo.com> Copyright (C) 1998 Pierre Clerissi <clerissi@pratique.fr> libAfterImage Copyright (C) 1999-2004 Sasha Vasko <sasha at aftercode.net> Copyright (C) 2004 Valeriy Onuchin <Valeri dot Onoutchine at cern dot ch> Copyright (C) 2001 Eric Kowalski <eric@beancrock.net> Copyright (C) 1999,2001 Ethan Fisher <allanon@crystaltokyo.com> Copyright (C) 1999-2001 Free Software Foundation, Inc. Copyright (C) 2004 Maxim Nikulin <nikulin at gorodok.net> This library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. AUTHOR
This manual page was written by Robert Luberda <robert@debian.org>, strongly based on the cppunit-config man page, which itself is an almost word-for-word copy of the gtk-config manpage, written by Owen Taylor. The cppunit-config man page was modified by E. Sommerlade <eric@sommerla.de>. September 1st, 2009 AFTERIMAGE-CONFIG(1)

Check Out this Related Man Page

NETATALK-CONFIG(1)					       The Netatalk Project						NETATALK-CONFIG(1)

NAME
netatalk-config - script to get information about the installed version of netatalk SYNOPSIS
netatalk-config [--prefix [=DIR]] [--exec_prefix [=DIR]] [--help] [--version] [--libs] [--libs-dirs] [--libs-names] [--cflags] [--macros] DESCRIPTION
netatalk-config is a tool that is used to determine the compiler and linker flags that should be used to compile and link programs that use the netatalk run-time libraries. OPTIONS
netatalk-config accepts the following options: --help Print a short help for this command and exit. --version Print the currently installed version of netatalk on the standard output. --libs Print the linker flags that are necessary to link against the netatalk run-time libraries. --libs-dirs Print only the -l/-R part of --libs. --libs-names Print only the -l part of --libs. --cflags Print the compiler flags that are necessary to compile a program linked against the netatalk run-time libraries. --macros Print the netatalk m4 directory. --prefix=PREFIX If specified, use PREFIX instead of the installation prefix that netatalk was built with when computing the output for the --cflags and --libs options. This option is also used for the exec prefix if --exec-prefix was not specified. This option must be specified before any --libs or --cflags options. --exec\_prefix=PREFIX If specified, use PREFIX instead of the installation exec prefix that netatalk was built with when computing the output for the --cflags and --libs options. This option must be specified before any --libs or --cflags options. COPYRIGHT
Copyright (C) 1998 Owen Taylor Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Man page adapted for netatalk-config by Sebastian Rittau in 2001. Netatalk 2.2 09 June 2001 NETATALK-CONFIG(1)
Man Page