Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
blob: ad20120d3d7c6be175ed00e7b93e0a3a7cf1f49e (plain)
1
2
3
4
5
6
7
8
9
10
11
AC_INIT(Etoys, 0.1)

ACTIVITY_VERSION=`head -1 NEWS`

AC_SUBST(ACTIVITY_VERSION)

AC_CONFIG_FILES([Makefile],      [chmod a-w Makefile])
AC_CONFIG_FILES([etoys],         [chmod a-w etoys])
AC_CONFIG_FILES([activity.info], [chmod a-w activity.info])

AC_OUTPUT