Grafted root commit from savannah git master:
38dcdcb08c
Initial Import
This commit is contained in:
parent
0ffef1809a
commit
0473d3f8ba
44 changed files with 22698 additions and 783 deletions
17
configure.ac
Normal file
17
configure.ac
Normal file
|
@ -0,0 +1,17 @@
|
|||
dnl Process this file with Autoconf to produce configure dnl
|
||||
|
||||
AC_INIT([stow], [2.0.2], [bug-stow@gnu.org])
|
||||
AC_PREREQ([2.61])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror])
|
||||
AC_PROG_INSTALL
|
||||
|
||||
dnl Check for perl on our system
|
||||
dnl call to AC_SUBST(PERL) is implicit
|
||||
AC_PATH_PROGS([PERL], [perl] [perl5], [false])
|
||||
if test "x$PERL" = xfalse
|
||||
then
|
||||
AC_MSG_WARN([WARNING: Perl not found; you must edit line 1 of 'stow'])
|
||||
fi
|
||||
|
||||
AC_CONFIG_FILES([Makefile])
|
||||
AC_OUTPUT
|
Loading…
Add table
Add a link
Reference in a new issue