aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-01-21 00:39:02 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-01-21 00:39:02 +0000
commitd13f2adde662e41301eaec431674a9605d9a3703 (patch)
treeb1c8a994f479e6922e3ec3f87c1f1a9152bb25ef /configure.in
parent8199d6bf1dbd6f0c2466c8d49aa1acdb22cc9701 (diff)
downloadswig-d13f2adde662e41301eaec431674a9605d9a3703.tar.gz
added continuation line in AC_CONFIG_FILES
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4239 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 525c99168..e9556cf5c 100644
--- a/configure.in
+++ b/configure.in
@@ -1008,7 +1008,7 @@ AC_ARG_WITH(release-suffix,
AC_SUBST(release_suffix)
AC_CONFIG_SUBDIRS(Tools)
-AC_CONFIG_FILES([
+AC_CONFIG_FILES([ \
Makefile \
Source/Makefile \
Runtime/Makefile \