Updated old autoconf macros as reported by autoupdate
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4178 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
531819a161
commit
67b56765ce
2 changed files with 8 additions and 5 deletions
|
|
@ -6,7 +6,8 @@ dnl an empty variable. Instead, we use `VAR=' (set the variable
|
|||
dnl to nothing) and `test -z "$VAR"' or `test -n "$VAR"' as the
|
||||
dnl case may be. --ttn, 2000/08/04 12:11:26
|
||||
|
||||
AC_INIT(Include/wad.h)
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([Include/wad.h])
|
||||
AC_PREREQ(2.53)
|
||||
|
||||
# Set name for machine-dependent library files
|
||||
|
|
@ -345,7 +346,7 @@ if test -n "$PERL"; then
|
|||
AC_SUBST(PERL5EXT)
|
||||
AC_SUBST(MAKEPERL)
|
||||
|
||||
dnl We use the following in `AC_OUTPUT' and "make distclean".
|
||||
dnl We use the following in `AC_CONFIG_FILES' and "make distclean".
|
||||
configure_substituted_files=`echo \
|
||||
Wad/Makefile \
|
||||
Python/Makefile \
|
||||
|
|
@ -357,7 +358,8 @@ configure_substituted_files=`echo \
|
|||
`
|
||||
AC_SUBST(configure_substituted_files)
|
||||
|
||||
AC_OUTPUT([$configure_substituted_files])
|
||||
AC_CONFIG_FILES([$configure_substituted_files])
|
||||
AC_OUTPUT
|
||||
|
||||
dnl configure.in ends here
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
AC_INIT(ltmain.sh)
|
||||
AC_INIT
|
||||
AC_CONFIG_SRCDIR([ltmain.sh])
|
||||
AC_PREREQ(2.53)
|
||||
|
||||
##-----------------------------------------------------------------------------
|
||||
|
|
@ -46,4 +47,4 @@ AC_PROG_LIBTOOL
|
|||
## libtool configuration ends here
|
||||
##-----------------------------------------------------------------------------
|
||||
|
||||
AC_OUTPUT()
|
||||
AC_OUTPUT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue