diff options
author | Keith Packard <keithp@keithp.com> | 2010-04-06 14:17:17 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-04-06 14:17:17 -0700 |
commit | 743a0a92147566a8283514aa0f22346f5f9e93e0 (patch) | |
tree | 8be49dfc55c309f89b585cf1581857abfa9da1e9 /calibrateproto/configure.ac | |
parent | 79030b260562ab3a157144f097bd883af3b2eb52 (diff) | |
parent | 8495d8001217ad81bb2363a1e61a0bb55c83fff9 (diff) |
Merge remote branch 'calibrateproto/master'
Diffstat (limited to 'calibrateproto/configure.ac')
-rw-r--r-- | calibrateproto/configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/calibrateproto/configure.ac b/calibrateproto/configure.ac new file mode 100644 index 0000000..eb41072 --- /dev/null +++ b/calibrateproto/configure.ac @@ -0,0 +1,6 @@ +AC_PREREQ([2.59]) +AC_INIT([xcalibrateproto], [0.1.0], [pb@nexus.co.uk]) +AM_INIT_AUTOMAKE([foreign dist-bzip2]) + +AC_OUTPUT([Makefile + xcalibrateproto.pc]) |