~peter-pearse/ubuntu/natty/tango-icon-theme-common/prop001

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Kenneth Wimer
  • Date: 2007-04-05 13:15:58 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20070405131558-e40olge5258g8jtt
Tags: upstream-0.7
ImportĀ upstreamĀ versionĀ 0.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
AC_PREREQ(2.53)
3
3
 
4
 
AC_INIT([tango-icon-theme-common], [0.6])
 
4
AC_INIT([tango-icon-theme-common], [0.7])
5
5
AC_CONFIG_SRCDIR(svg2png.sh.in)
6
6
 
7
7
AM_INIT_AUTOMAKE([1.9 tar-ustar])
17
17
 
18
18
# Define the toplevel path here
19
19
AC_SUBST(themedir, "\${datadir}/icons/Tango")
 
20
AC_SUBST(hicolordir, "\${datadir}/icons/hicolor")
20
21
 
21
22
UTILS_REQUIRED=0.7.0
22
23
 
131
132
AC_OUTPUT
132
133
 
133
134
chmod +x svg2png.sh
 
135