mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
13 lines
227 B
Plaintext
13 lines
227 B
Plaintext
dnl Proccess this file with autoconf to produce a configure script.
|
|
|
|
AC_PREREQ(2.59)
|
|
|
|
AC_INIT([stdouterr], [0.1], [kevin.nl.samuel@gmail.com])
|
|
|
|
AM_INIT_AUTOMAKE([1.9 foreign])
|
|
|
|
AC_PROG_CC
|
|
|
|
AC_CONFIG_FILES([Makefile])
|
|
AC_OUTPUT
|