diff options
| author | bringert <unknown> | 2005-05-19 19:19:10 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-05-19 19:19:10 +0000 |
| commit | 9843884512c599ac26d680e292f2b2608cb887ee (patch) | |
| tree | f6c4acd440c42f110dae64f02d3efed53b8bf120 /src/configure.ac | |
| parent | b6028484a6092a55ae6eb91683cceabb04d4af94 (diff) | |
Only create gf.wxs when build MSI package, to avoid including it in binary dists.
Diffstat (limited to 'src/configure.ac')
| -rw-r--r-- | src/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.ac b/src/configure.ac index ddfa6165e..90a5d7e01 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -4,9 +4,9 @@ AC_INIT([GF],[2.2],[aarne@cs.chalmers.se],[GF]) AC_PREREQ(2.53) -AC_REVISION($Revision: 1.22 $) +AC_REVISION($Revision: 1.23 $) -AC_CONFIG_FILES([config.mk jgf gf.wxs]) +AC_CONFIG_FILES([config.mk jgf]) AC_CANONICAL_HOST |
