From: mdw Date: Fri, 30 Jul 1999 18:45:36 +0000 (+0000) Subject: Configure the Perl bits. X-Git-Tag: 1.0.2~16 X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/commitdiff_plain/0e0feb0b4663a24a5d5ea48386665f2af099cba4 Configure the Perl bits. --- diff --git a/configure.in b/configure.in index 955b146..5934f6e 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl -*-fundamental-*- dnl -dnl $Id: configure.in,v 1.6 1999/07/28 09:31:49 mdw Exp $ +dnl $Id: configure.in,v 1.7 1999/07/30 18:45:36 mdw Exp $ dnl dnl Configuration for sw-tools dnl @@ -28,6 +28,9 @@ dnl Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. dnl ----- Revision history -------------------------------------------------- dnl dnl $Log: configure.in,v $ +dnl Revision 1.7 1999/07/30 18:45:36 mdw +dnl Configure the Perl bits. +dnl dnl Revision 1.6 1999/07/28 09:31:49 mdw dnl Small amounts of tidying. dnl @@ -110,6 +113,10 @@ prefix=$mdw_prefix exec_prefix=$mdw_exec_prefix dnl --- Output the configuration --- AC_CONFIG_SUBDIRS(mLib) -AC_OUTPUT(Makefile src/Makefile sw sw-share) +AC_OUTPUT(dnl + Makefile src/Makefile perl/Makefile dnl + perl/SWConfig.pm perl/sw perl/sw-tidy dnl + sw sw-share dnl +) dnl ----- That's all, folks -------------------------------------------------