~gz/ubuntu/wily/steam/new_rel_udev_rules

« back to all changes in this revision

Viewing changes to sources/pike_crypto/configure.ac

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2013-10-29 19:51:18 UTC
  • mfrom: (1.1.4) (0.1.4 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131029195118-b9bxciz5hwx5z459
Tags: 1:1.0.0.39-2ubuntu1
Add an epoch to the version number as there was an unrelated steam package
in the archive with a higher version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
AC_INIT(crypt_md5.c)
2
 
 
3
 
AC_SUBST(PIKE_INCLUDE_PREFIX)
4
 
AC_SUBST(PIKE)
5
 
AC_SUBST(PIKE_VERSION)
6
 
 
7
 
AC_MSG_CHECKING(install Script)
8
 
installprg=none
9
 
for a in /usr/bin /usr/local/bin /opt/bin /bin; do
10
 
        if test -x ${a}/install; then
11
 
            installprg=${a}/install
12
 
        fi
13
 
        if test -x ${a}/ginstall; then
14
 
            installprg="${a}/ginstall"
15
 
        fi
16
 
done
17
 
AC_MSG_RESULT(Found $installprg)
18
 
AC_SUBST(installprg)
19
 
 
20
 
AC_SUBST(LDSHARED)
21
 
AC_PROG_CPP
22
 
 
23
 
AC_OUTPUT(Makefile)
24
 
 
25
 
 
26
 
dnl ## Local Variables:
27
 
dnl ## tab-width: 4
28
 
dnl ## End: