a=\\PACKAGEPACKAGE_VERSION\; b=\\PACKAGE_VERSION\; for f in $(grep --exclude-dir=.svn --exclude=\\*~\ -lr "$a"); do sed -i "s,$a,$b,g" "$f"; done
This commit is contained in:
@@ -64,7 +64,7 @@ AC_SUBST(HOME)
|
|||||||
AX_DEFINE_DIR([DATADIR], [datadir])
|
AX_DEFINE_DIR([DATADIR], [datadir])
|
||||||
#AC_SUBST(DATADIR)
|
#AC_SUBST(DATADIR)
|
||||||
|
|
||||||
AM_CPPFLAGS="-DPACKAGEPACKAGE_VERSION='\"${PACKAGE_VERSION}\"' -DPACKAGE_NAME='\"${PACKAGE_NAME}\"'"
|
AM_CPPFLAGS="-DPACKAGE_VERSION='\"${PACKAGE_VERSION}\"' -DPACKAGE_NAME='\"${PACKAGE_NAME}\"'"
|
||||||
|
|
||||||
# Get rid of that stupid -O2 -g opions!
|
# Get rid of that stupid -O2 -g opions!
|
||||||
CXXFLAGS="${CXXFLAGS:-}"
|
CXXFLAGS="${CXXFLAGS:-}"
|
||||||
|
Reference in New Issue
Block a user