~noskcaj/ubuntu/trusty/xgrep/0.08

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Jackson Doak
  • Date: 2013-11-21 19:51:13 UTC
  • Revision ID: noskcaj@ubuntu.com-20131121195113-bgq7odyz2tgcu1kj
* New upstream release
* Drop patches, included upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl autoconf source for XGrep installation
2
2
dnl Brendt Wohlberg
3
 
dnl Most recent modification: 14 September 2007
 
3
dnl Most recent modification: 9 August 2013
4
4
 
5
5
dnl Process this file with autoconf to produce a configure script.
6
6
AC_INIT(xgrep.c)
148
148
             sed -e 's/DEB_BUILD_ARCH=//'`
149
149
fi
150
150
 
151
 
AC_SUBST(PKGVERSION RPMVER RPMARCH DEBVER DEBARCH)
 
151
AC_SUBST(PKGVERSION)
 
152
AC_SUBST(RPMVER)
 
153
AC_SUBST(RPMARCH)
 
154
AC_SUBST(DEBVER)
 
155
AC_SUBST(DEBARCH)
152
156
AC_OUTPUT(Makefile)