diff configure.ac @ 6:458a4f18f3cd

working on lua generation
author Robert McIntyre <rlm@mit.edu>
date Sat, 03 Mar 2012 10:48:33 -0600
parents 8ced16adf2e1
children 08a8e09ca414
line wrap: on
line diff
     1.1 --- a/configure.ac	Sat Mar 03 10:39:40 2012 -0600
     1.2 +++ b/configure.ac	Sat Mar 03 10:48:33 2012 -0600
     1.3 @@ -0,0 +1,6 @@
     1.4 +AC_INIT([vba-rlm], [1.0])
     1.5 +
     1.6 +AM_INIT_AUTOMAKE([dist-bzip2])
     1.7 +
     1.8 +AC_OUTPUT
     1.9 +