16 lines
268 B
Plaintext
16 lines
268 B
Plaintext
# $XdotOrg: $
|
|
|
|
AC_PREREQ([2.57])
|
|
AC_INIT(xbitmaps, [1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], xbitmaps)
|
|
AM_INIT_AUTOMAKE([dist-bzip2])
|
|
AM_MAINTAINER_MODE
|
|
|
|
AM_CONFIG_HEADER(config.h)
|
|
|
|
XORG_RELEASE_VERSION
|
|
|
|
AC_OUTPUT([
|
|
Makefile
|
|
xbitmaps.pc
|
|
])
|