Trival cleanup: remove AC_SUBST(CFLAGS), AC_SUBST(CPPFLAGS) and
AC_SUBST(LDFLAGS). This variables are substed by default.
This commit is contained in:
parent
75bdcd6e77
commit
0a986e7dba
@ -1,3 +1,9 @@
|
||||
2004-02-04 Tomasz K³oczko <kloczek@pld.org.pl>
|
||||
|
||||
* configure.in: Trival cleanup: remove AC_SUBST(CFLAGS),
|
||||
AC_SUBST(CPPFLAGS) and AC_SUBST(LDFLAGS). This variables are
|
||||
substed by default.
|
||||
|
||||
2004-02-03 Glynn Foster <glynn.foster@sun.com>
|
||||
|
||||
* configure.in: Release 2.5.2
|
||||
|
@ -53,10 +53,6 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Finding gettext package]
|
||||
|
||||
AC_DEFINE_UNQUOTED(GNOME_ICONDIR, "${prefix}/share/pixmaps", [Determining icon location])
|
||||
|
||||
AC_SUBST(CFLAGS)
|
||||
AC_SUBST(CPPFLAGS)
|
||||
AC_SUBST(LDFLAGS)
|
||||
|
||||
AC_OUTPUT([
|
||||
Makefile
|
||||
zenity.spec
|
||||
|
Reference in New Issue
Block a user