Codebase list ganyremote / debian/5.11-1 configure.in
debian/5.11-1

Tree @debian/5.11-1 (Download .tar.gz)

configure.in @debian/5.11-1raw · history · blame

#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)

AC_INIT(ganyremote,5.11)
AM_INIT_AUTOMAKE(ganyremote, AC_PACKAGE_VERSION)
AM_GNU_GETTEXT([external])

# Checks for programs.

# Checks for libraries.

# Checks for header files.


AC_CONFIG_FILES([Makefile po/Makefile.in])
AC_OUTPUT