diff options
author | ewt <devnull@localhost> | 1998-10-22 18:57:30 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1998-10-22 18:57:30 +0000 |
commit | 1ce75c2e66136f2ed22065a9eb9303bef49abc93 (patch) | |
tree | b7fcf35222b976861fd2a6396b12ff049a7f0dd2 /popt/popt.spec | |
parent | 0524e0a99cf939d283c5b6005179cdcdada51fba (diff) | |
download | librpm-tizen-1ce75c2e66136f2ed22065a9eb9303bef49abc93.tar.gz librpm-tizen-1ce75c2e66136f2ed22065a9eb9303bef49abc93.tar.bz2 librpm-tizen-1ce75c2e66136f2ed22065a9eb9303bef49abc93.zip |
use autogen
CVS patchset: 2489
CVS date: 1998/10/22 18:57:30
Diffstat (limited to 'popt/popt.spec')
-rw-r--r-- | popt/popt.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popt/popt.spec b/popt/popt.spec index ff92c377d..cc2229982 100644 --- a/popt/popt.spec +++ b/popt/popt.spec @@ -25,7 +25,7 @@ argv[] arrays using shell-like rules. %prep %setup -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr +CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=/usr %build make |