mirror of
https://github.com/kevinnlsamuel/stdouterr.git
synced 2025-12-06 09:55:58 +05:30
add config.ac Make.am
This commit is contained in:
12
configure.ac
Normal file
12
configure.ac
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user