Update of /cvsroot/simspark/simspark/contrib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20274
Modified Files:
configure.ac
Log Message:
- fixed typo in AC_INIT
- added inputwx files
Index: configure.ac
===================================================================
RCS file: /cvsroot/simspark/simspark/contrib/configure.ac,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure.ac 25 Dec 2005 15:06:28 -0000 1.1
--- configure.ac 25 Dec 2005 17:24:36 -0000 1.2
***************
*** 1,5 ****
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
! AC_INIT([simspark-contrip], 0.1)
AC_CONFIG_SRCDIR([../spark])
--- 1,5 ----
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
! AC_INIT([simspark-contrib], 0.1)
AC_CONFIG_SRCDIR([../spark])
***************
*** 34,37 ****
--- 34,39 ----
# create Makefiles and other configuration files
AC_CONFIG_FILES([Makefile\
+ plugin/Makefile\
+ plugin/inputwx/Makefile\
rsgedit/Makefile\
])
|