mirror of
https://github.com/louisrubet/rpn
synced 2025-01-17 06:12:09 +01:00
8 lines
238 B
Text
8 lines
238 B
Text
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
|