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