chiark
/
gitweb
/
~mdw
/
sw-tools
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f505c02
)
Configure the Perl bits.
author
mdw
<mdw>
Fri, 30 Jul 1999 18:45:36 +0000
(18:45 +0000)
committer
mdw
<mdw>
Fri, 30 Jul 1999 18:45:36 +0000
(18:45 +0000)
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure.in
b/configure.in
index 955b146a4853556c248bd41869d0b9f0251d864c..5934f6e969bbf218c010f44df7b788b4b90a6feb 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,6
+1,6
@@
dnl -*-fundamental-*-
dnl
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
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 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
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)
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 -------------------------------------------------
dnl ----- That's all, folks -------------------------------------------------