1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
.\" Process this file with
.\" groff -man -Tascii imlib-config.1
.\"
.TH imlib-config 1 "FEBRUARY 1999" "Library Configuration" "User Manuals"
.SH NAME
imlib-config \- Display Imlib and GDK-Imlib Library Configuration
.SH SYNOPSIS
.B imlib-config
.I OPTION
.B [
.I OPTION
.B ... ]
.SH DESCRIPTION
.B imlib-config
is a script that is used to display what compiler flags and libraries were
used when Imlib and GDK-Imlib were built.
Note that
.B imlib-config
is not the same as the
.B imlib_config
program.
.SH OPTIONS
.IP --version
Imlib/GDK-Imlib version information
.IP --prefix
displays prefix of directory where Imlib and GDK-Imlib were installed.
.IP --exec-prefix
displays exec-prefix of directory where Imlib and GDK-Imlib were installed.
.IP --cflags
C pre-processor and compiler flags for use with Imlib.
.IP --cflags-gdk
C pre-processor and compiler flags for use with GDK-Imlib
.IP --libs
Imlib library linking information
.IP --libs-gdk
GDK-Imlib library linking information
.SH "SEE ALSO"
.BR imlib_config (1)
.SH AUTHOR
Ossama Othman <ossama@debian.org>
|