-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add manual page and use m4 for autotools.
- Loading branch information
Showing
4 changed files
with
790 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,13 @@ | ||
dnl Process this file with autoconf to produce a configure script | ||
|
||
AC_PREREQ(2.69) | ||
|
||
AC_INIT([fts], [1.2.4], [[email protected]]) | ||
|
||
AC_INIT([fts], [1.2.5], [[email protected]]) | ||
AM_INIT_AUTOMAKE([1.15]) | ||
|
||
AC_CONFIG_MACRO_DIRS([m4]) | ||
AC_CONFIG_HEADER(config.h) | ||
|
||
AC_PROG_CC | ||
AC_PROG_LIBTOOL | ||
|
||
LT_INIT | ||
|
||
AC_CHECK_HEADERS(assert.h dirent.h errno.h fcntl.h stdlib.h string.h unistd.h sys/param.h sys/stat.h) | ||
|
Oops, something went wrong.
2ead321
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you rocks :)