projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37a87e6
)
Don't want -pg flags.
author
jbj
<devnull@localhost>
Sun, 31 Dec 2000 20:46:18 +0000
(20:46 +0000)
committer
jbj
<devnull@localhost>
Sun, 31 Dec 2000 20:46:18 +0000
(20:46 +0000)
CVS patchset: 4395
CVS date: 2000/12/31 20:46:18
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
67ddf89
..
853cc96
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-36,7
+36,7
@@
if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then
mandir=/usr/man
infodir=/usr/info
fi
-
CFLAGS="-O2 -pg"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@"
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --infodir=${infodir} --mandir=${mandir} "$@"
else
./configure "$@"
fi