~graziano.obertelli/eucalyptus/lp683800

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: graziano
  • Date: 2009-10-27 17:01:10 UTC
  • mto: This revision was merged to the branch mainline in revision 947.
  • Revision ID: graziano@t400s-20091027170110-j9plibnfq7ci3vvn
Added uninstall target.
Using uninstall to clean up after RPM generation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
AC_PROG_CC
109
109
AC_PROG_INSTALL
110
110
AC_PROG_MAKE_SET
 
111
AC_PATH_PROG(RM, rm):w
111
112
 
112
113
# let's search for WSDL2C.sh
113
114
# we cannot use AC_PROG_PATH because WSDL2C.sh is not executable
233
234
AC_SUBST(EUCA_VERSION)
234
235
AC_SUBST(TOP)
235
236
AC_SUBST(ANT)
 
237
AC_SUBST(RM)
236
238
AC_SUBST(WSDL2C)
237
239
AC_SUBST(JAVA_HOME)
238
240
AC_SUBST(AXIS2C_HOME)