rpn/configure.ac

9 lines
238 B
Text
Raw Normal View History

2014-02-12 10:18:18 +01:00
AC_INIT([rpn], [0.0], [louis@rubet.fr],
[helloworld_cc], [http://hello.example.com/])
AC_PREREQ([2.59])
AM_INIT_AUTOMAKE([1.10 -Wall no-define])
AC_CONFIG_HEADERS([config.h])
AC_PROG_CXX
AC_CONFIG_FILES([Makefile])
AC_OUTPUT