/stdhome

To get this branch, use:
bzr branch http://bzr.ed.am/stdhome

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Tim Marston
  • Date: 2014-03-19 20:01:06 UTC
  • Revision ID: tim@ed.am-20140319200106-ou5y1nat6y2auaue
removed square brackets from AC_INIT parameter

Show diffs side-by-side

added added

removed removed

1
1
# configure.ac -- process this file with autoconf to produce a configure script
2
2
 
3
 
AC_INIT([stdhome], [m4_esyscmd(cat version|tr -d '\n')],
 
3
AC_INIT([stdhome], m4_esyscmd(cat version|tr -d '\n'),
4
4
        [tim@ed.am], ,[http://ed.am/dev/stdhome])
5
5
AC_CONFIG_MACRO_DIR([m4])
6
6
AC_CONFIG_AUX_DIR([build-aux])