Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-libgnurx
/
mingw32-libgnurx-configure.ac
blob: 9a642e840252abdafae98c7d132f738d7c607da9 [
file
] [
log
] [
blame
] [
edit
]
# configure.ac -*- Autoconf -*-
# Process this file with autoconf, to generate a configure script.
AC_INIT
(
libgnurx
,
2.5
.
1
)
AM_INIT_AUTOMAKE
AC_PROG_INSTALL
AC_LIBTOOL_DLOPEN
AC_LIBTOOL_WIN32_DLL
AC_PROG_LIBTOOL
AC_OUTPUT
([
Makefile
])